Skip to content

Commit

Permalink
chore(ci): Remove wrong ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 29, 2023
1 parent 8f445f4 commit dec68c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-extra-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ jobs:
if-no-files-found: error

test-macOS-windows-binding:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}
needs:
- build-node
Expand Down Expand Up @@ -220,7 +219,6 @@ jobs:
working-directory: "./packages/${{ github.event.inputs.package }}"
run: corepack yarn test
test-linux-x64-gnu-binding:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
needs:
- build-node
Expand Down Expand Up @@ -258,7 +256,6 @@ jobs:
- name: Test bindings
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
test-linux-x64-musl-binding:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
- build-node
Expand Down Expand Up @@ -294,7 +291,6 @@ jobs:
- name: Test bindings
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
test-linux-aarch64-musl-binding:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
name: Test bindings on aarch64-unknown-linux-musl - node@${{ matrix.node }}
needs:
- build-node
Expand Down Expand Up @@ -330,7 +326,6 @@ jobs:
set -e &&
(cd "./packages/${{ github.event.inputs.package }}" && DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test)
test-linux-arm-gnueabihf-binding:
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
needs:
- build-node
Expand Down Expand Up @@ -373,9 +368,7 @@ jobs:
set -e &&
(cd "./packages/${{ github.event.inputs.package }}" && DISABLE_PLUGIN_E2E_TESTS=true corepack yarn test &&
ls -la)
publish:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

publish-node:
name: npm
runs-on: ubuntu-latest
needs:
Expand Down

1 comment on commit dec68c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: dec68c3 Previous: 186ecfa Ratio
es/full/bugs-1 278320 ns/iter (± 3663) 276181 ns/iter (± 4146) 1.01
es/full/minify/libraries/antd 1325740547 ns/iter (± 14399459) 1293545227 ns/iter (± 11288965) 1.02
es/full/minify/libraries/d3 273414334 ns/iter (± 4823000) 269395105 ns/iter (± 8432722) 1.01
es/full/minify/libraries/echarts 1063544769 ns/iter (± 24265209) 1028602173 ns/iter (± 3073810) 1.03
es/full/minify/libraries/jquery 84180696 ns/iter (± 483577) 83667668 ns/iter (± 299873) 1.01
es/full/minify/libraries/lodash 97310137 ns/iter (± 285425) 96752784 ns/iter (± 221180) 1.01
es/full/minify/libraries/moment 49905170 ns/iter (± 67642) 49539372 ns/iter (± 66026) 1.01
es/full/minify/libraries/react 18064992 ns/iter (± 501925) 17919526 ns/iter (± 64305) 1.01
es/full/minify/libraries/terser 217631009 ns/iter (± 2421558) 216070449 ns/iter (± 1291691) 1.01
es/full/minify/libraries/three 386442276 ns/iter (± 4569242) 380225445 ns/iter (± 3578301) 1.02
es/full/minify/libraries/typescript 2659527963 ns/iter (± 14186023) 2604078344 ns/iter (± 7419976) 1.02
es/full/minify/libraries/victory 561141164 ns/iter (± 2440745) 557935705 ns/iter (± 3938313) 1.01
es/full/minify/libraries/vue 119535346 ns/iter (± 439943) 118455479 ns/iter (± 217848) 1.01
es/full/codegen/es3 34742 ns/iter (± 124) 34622 ns/iter (± 232) 1.00
es/full/codegen/es5 34469 ns/iter (± 362) 34503 ns/iter (± 249) 1.00
es/full/codegen/es2015 34568 ns/iter (± 73) 34715 ns/iter (± 90) 1.00
es/full/codegen/es2016 34507 ns/iter (± 91) 34880 ns/iter (± 203) 0.99
es/full/codegen/es2017 34507 ns/iter (± 77) 34893 ns/iter (± 156) 0.99
es/full/codegen/es2018 34488 ns/iter (± 102) 34809 ns/iter (± 183) 0.99
es/full/codegen/es2019 34515 ns/iter (± 69) 34918 ns/iter (± 201) 0.99
es/full/codegen/es2020 34471 ns/iter (± 2150) 34951 ns/iter (± 225) 0.99
es/full/all/es3 167907365 ns/iter (± 1277805) 166231253 ns/iter (± 812966) 1.01
es/full/all/es5 159301226 ns/iter (± 1369060) 159383593 ns/iter (± 648656) 1.00
es/full/all/es2015 118558987 ns/iter (± 804464) 118107397 ns/iter (± 1026622) 1.00
es/full/all/es2016 117481367 ns/iter (± 614264) 116132310 ns/iter (± 918345) 1.01
es/full/all/es2017 117066819 ns/iter (± 650122) 116055842 ns/iter (± 714070) 1.01
es/full/all/es2018 114612197 ns/iter (± 1378078) 114590698 ns/iter (± 1641652) 1.00
es/full/all/es2019 114355791 ns/iter (± 898406) 113685970 ns/iter (± 773237) 1.01
es/full/all/es2020 109782249 ns/iter (± 522399) 109906421 ns/iter (± 691829) 1.00
es/full/parser 503848 ns/iter (± 5070) 500183 ns/iter (± 5959) 1.01
es/full/base/fixer 18488 ns/iter (± 126) 17390 ns/iter (± 92) 1.06
es/full/base/resolver_and_hygiene 81585 ns/iter (± 244) 81578 ns/iter (± 178) 1.00
serialization of serde 290 ns/iter (± 3) 286 ns/iter (± 1) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.