Skip to content

Commit 255abb8

Browse files
committed
Use absolute path for strip script
1 parent 14a2fbe commit 255abb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: npm run node:test
4040
- name: npm test with amaro
4141
if: matrix.node-version == '20.x'
42-
run: NODE_OPTIONS="--import=./tools/strip.js" npm run node:test
42+
run: npm run node:test
43+
env:
44+
NODE_OPTIONS: --import=${{ github.workspace }}/tools/strip.js

0 commit comments

Comments
 (0)