Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 3, 2025
1 parent 8539a7e commit 7e69b46
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ on:
required: true
type: string
default: "-"
# push:
# branches:
# - main
push:
branches:
- main
- jerry/ci
# paths-ignore:
# - "**/*.md"
# - "website/**"
Expand Down Expand Up @@ -97,15 +98,15 @@ jobs:
script: |
const suiteName = `${{ github.event_name == 'workflow_dispatch' && inputs.suite || '-' }}`;
let result = [
"modernjs",
// "modernjs",
// "nx",
"rspress",
"rslib",
"rsbuild",
"rsdoctor",
// "rspress",
// "rslib",
// "rsbuild",
// "rsdoctor",
"examples",
"devserver",
"nuxt",
// "devserver",
// "nuxt",
]
if (suiteName !== "-") {
result = allSuite.filter(item => item === suiteName)
Expand Down Expand Up @@ -150,11 +151,15 @@ jobs:
- name: Build JS
run: pnpm run build:js

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run rspack-ecosystem-ci
run: |
RSPACK_DIR=$(pwd)
git clone --branch jerry --single-branch --depth 1 https://github.com/web-infra-dev/rspack-ecosystem-ci.git
cd rspack-ecosystem-ci
# rspack-ecosystem-ci is cloned inside rspack, should add --ignore-workspace to avoid pnpm install failure
pnpm i --frozen-lockfile --ignore-workspace
mkdir -p ./workspace
Expand Down

1 comment on commit 7e69b46

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 7e69b46 Jan 3, 2025

Choose a reason for hiding this comment

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

📝 Ecosystem CI detail: Open

suite result
examples ❌ failure

Please sign in to comment.