Skip to content

Commit

Permalink
chore: add nuxt to full eco-ci (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter authored Nov 19, 2024
1 parent 273d56e commit 601c8eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-from-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
os: ubuntu-latest
- suite: devserver
os: ubuntu-latest
- suite: nuxt
os: ubuntu-latest
fail-fast: false
runs-on: ${{ matrix.os }}
name: execute-all (${{ matrix.suite }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
os: ubuntu-latest
- suite: devserver
os: ubuntu-latest
- suite: nuxt
os: ubuntu-latest
fail-fast: false
runs-on: ${{ matrix.os }}
name: execute-all (${{ matrix.suite }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
os: ubuntu-latest
- suite: devserver
os: ubuntu-latest
- suite: nuxt
os: ubuntu-latest
fail-fast: false
runs-on: ${{ matrix.os }}
name: execute-all (${{ matrix.suite }})
Expand Down

0 comments on commit 601c8eb

Please sign in to comment.