Skip to content

Commit

Permalink
chore(ci): fix the syntax error (#8278)
Browse files Browse the repository at this point in the history
fix(ci): fix the syntax error
  • Loading branch information
inottn authored Oct 31, 2024
1 parent 02f0c85 commit affb4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
continue-on-error: true
uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: 'rspack-contrib',
owner: "rspack-contrib"
repo: "rspack-ecosystem-ci"
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.RSPACK_ACCESS_TOKEN }}
Expand Down

2 comments on commit affb4d3

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Benchmark detail: Open

Name Base (2024-10-31 02f0c85) Current Change
10000_big_production-mode + exec 49.3 s ± 1.56 s 48.5 s ± 1.62 s -1.69 %
10000_development-mode + exec 2.12 s ± 33 ms 2.13 s ± 32 ms +0.50 %
10000_development-mode_hmr + exec 638 ms ± 4.3 ms 641 ms ± 7.9 ms +0.44 %
10000_production-mode + exec 2.69 s ± 41 ms 2.67 s ± 37 ms -0.62 %
arco-pro_development-mode + exec 1.79 s ± 73 ms 1.79 s ± 75 ms +0.06 %
arco-pro_development-mode_hmr + exec 428 ms ± 1.1 ms 429 ms ± 1.8 ms +0.22 %
arco-pro_production-mode + exec 3.21 s ± 130 ms 3.21 s ± 81 ms -0.21 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.25 s ± 68 ms 3.27 s ± 84 ms +0.41 %
threejs_development-mode_10x + exec 1.62 s ± 20 ms 1.63 s ± 23 ms +0.33 %
threejs_development-mode_10x_hmr + exec 770 ms ± 13 ms 773 ms ± 10 ms +0.43 %
threejs_production-mode_10x + exec 5.01 s ± 27 ms 5.02 s ± 17 ms +0.18 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success
devserver ✅ success

Please sign in to comment.