CI: don't lint more than once 💚

This commit is contained in:
Jannis R 2024-09-25 21:56:15 +02:00
parent 1d23bef765
commit b45449a20e
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -59,7 +59,6 @@ jobs:
path: ${{ env.npm_config_cache }}
- run: npm install
- run: npm run lint
- run: npm run test-integration
e2e-tests:
@ -84,5 +83,4 @@ jobs:
path: ${{ env.npm_config_cache }}
- run: npm install
- run: npm run lint
- run: npm run test-e2e