File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ jobs:
353
353
- name : Build TypeScript
354
354
run : yarn build:ts
355
355
- name : Test bindings
356
- run : docker run --rm -v $(pwd):/swc -w /swc node:${{ matrix.node }}-slim sh -c 'npm install -f -g yarn@1.22.19 && env DISABLE_PLUGIN_E2E_TESTS=true yarn test'
356
+ run : docker run --rm -v $(pwd):/swc -w /swc node:${{ matrix.node }}-slim sh -c 'npm install -f -g yarn@1.22.19 && cd ./packages/${{ inputs.package }} && env DISABLE_PLUGIN_E2E_TESTS=true yarn test'
357
357
test-linux-x64-musl-binding :
358
358
name : Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
359
359
needs :
@@ -393,7 +393,7 @@ jobs:
393
393
- name : Build TypeScript
394
394
run : yarn build:ts
395
395
- name : Test bindings
396
- run : docker run --rm -v $(pwd):/swc -w /swc node:${{ matrix.node }}-alpine sh -c 'npm install -f -g yarn@1.22.19 && env DISABLE_PLUGIN_E2E_TESTS=true yarn test'
396
+ run : docker run --rm -v $(pwd):/swc -w /swc node:${{ matrix.node }}-alpine sh -c 'npm install -f -g yarn@1.22.19 && cd ./packages/${{ inputs.package }} && env DISABLE_PLUGIN_E2E_TESTS=true yarn test'
397
397
# test-linux-aarch64-musl-binding:
398
398
# name: Test bindings on aarch64-unknown-linux-musl - node@lts
399
399
# needs:
You can’t perform that action at this time.
0 commit comments