Skip to content

Commit

Permalink
test: add rsbuild-ecosystem-ci test (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Oct 14, 2024
1 parent 7cee2b5 commit 3c1a145
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,20 @@ jobs:
- name: E2E Test
if: steps.changes.outputs.changed == 'true'
run: pnpm run e2e

# ======== ecosystem_ci ========
ecosystem_ci:
name: Run Ecosystem CI
runs-on: ubuntu-latest
if: github.ref_name == 'main' && github.repository_owner == 'web-infra-dev'
steps:
- name: Run Ecosystem CI
id: eco_ci
uses: convictional/[email protected]
with:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
ref: "main"
client_payload: '{"commitSHA":"${{ github.sha }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

1 comment on commit 3c1a145

@9aoy
Copy link
Collaborator Author

@9aoy 9aoy commented on 3c1a145 Oct 14, 2024

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
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.