Skip to content

Commit 07d8e4f

Browse files
committed
Move node.test.js inside new npm-test folder
1 parent f62733d commit 07d8e4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/haskell-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Test NPM package with node.js
205205
run: |
206206
export TMPDIR=$(mktemp -d)
207-
cp cardano-wasm/node.test.js $TMPDIR/
207+
cp cardano-wasm/npm-test/node.test.js $TMPDIR/
208208
cp cardano-wasm/npm-wrapper/*.tgz $TMPDIR/
209209
cd $TMPDIR
210210
npm install ./*.tgz

0 commit comments

Comments
 (0)