Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed May 4, 2024
1 parent 2511d1d commit 2960c39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run check
- run: npm run lint
- run: npx playwright install && npm test
- run: npx playwright install
- run: npm test

0 comments on commit 2960c39

Please sign in to comment.