Skip to content

Commit

Permalink
CI: don't lint more than once 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 25, 2024
1 parent 1d23bef commit b45449a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
path: ${{ env.npm_config_cache }}
- run: npm install

- run: npm run lint
- run: npm run test-integration

e2e-tests:
Expand All @@ -84,5 +83,4 @@ jobs:
path: ${{ env.npm_config_cache }}
- run: npm install

- run: npm run lint
- run: npm run test-e2e

0 comments on commit b45449a

Please sign in to comment.