Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mpppk committed Jan 2, 2025
1 parent 2b996d1 commit dc38e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build -w examples
- run: npm test -w examples
- run: npm run build -w examples/misc
- run: npm test -w examples/misc

0 comments on commit dc38e11

Please sign in to comment.