@@ -181,7 +181,6 @@ jobs:
181
181
if-no-files-found : error
182
182
183
183
test-macOS-windows-binding :
184
- if : ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
185
184
name : Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
186
185
needs :
187
186
- build-node
@@ -220,7 +219,6 @@ jobs:
220
219
working-directory : " ./packages/${{ github.event.inputs.package }}"
221
220
run : corepack yarn test
222
221
test-linux-x64-gnu-binding :
223
- if : ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
224
222
name : Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
225
223
needs :
226
224
- build-node
@@ -258,7 +256,6 @@ jobs:
258
256
- name : Test bindings
259
257
run : docker run --rm -v $(pwd):/swc -w /swc/packages/${{ github.event.inputs.package }} node:${{ matrix.node }}-slim env DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test
260
258
test-linux-x64-musl-binding :
261
- if : ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
262
259
name : Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
263
260
needs :
264
261
- build-node
@@ -294,7 +291,6 @@ jobs:
294
291
- name : Test bindings
295
292
run : docker run --rm -v $(pwd):/swc -w /swc/packages/${{ github.event.inputs.package }} node:${{ matrix.node }}-alpine env DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test
296
293
test-linux-aarch64-musl-binding :
297
- if : ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
298
294
name : Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
299
295
needs :
300
296
- build-node
@@ -330,7 +326,6 @@ jobs:
330
326
set -e &&
331
327
(cd "./packages/${{ github.event.inputs.package }}" && DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test)
332
328
test-linux-arm-gnueabihf-binding :
333
- if : ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
334
329
name : Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
335
330
needs :
336
331
- build-node
@@ -373,9 +368,7 @@ jobs:
373
368
set -e &&
374
369
(cd "./packages/${{ github.event.inputs.package }}" && DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test &&
375
370
ls -la)
376
- publish :
377
- if : ${{ startsWith(github.ref, 'refs/tags/v') }}
378
-
371
+ publish-node :
379
372
name : npm
380
373
runs-on : ubuntu-latest
381
374
needs :
0 commit comments