Skip to content

Commit 15584a4

Browse files
committed
fix: restore rspack manual eco ci summaries
1 parent ff11151 commit 15584a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/rspack-ecosystem-ci-from-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,13 @@ jobs:
224224
run-suites
225225
--stack rspack
226226
--release "$(node -p "require('./workspace/rspack/packages/rspack/package.json').version")"
227+
--suite-${{ inputs.suiteRefType }} ${{ inputs.suiteRef }}
227228
${{ matrix.suite }}
228229
- name: Run suite (selftest)
229230
if: matrix.suite == '_selftest'
230231
run: >-
231232
pnpm tsx ecosystem-ci.ts
232233
run-suites
233234
--stack rspack
235+
--suite-${{ inputs.suiteRefType }} ${{ inputs.suiteRef }}
234236
${{ matrix.suite }}

.github/workflows/rspack-ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
execute-selected-suite:
7676
runs-on: ubuntu-latest
7777
needs: prepare-binding
78+
name: execute-all (${{ inputs.suite }})
7879
if: "inputs.suite != '-'"
7980
steps:
8081
- uses: actions/checkout@v4
@@ -174,4 +175,5 @@ jobs:
174175
run-suites
175176
--stack rspack
176177
--release "$(node -p "require('./workspace/rspack/packages/rspack/package.json').version")"
178+
--suite-${{ inputs.suiteRefType }} ${{ inputs.suiteRef }}
177179
${{ matrix.suite }}

0 commit comments

Comments
 (0)