chore: 🤖 Separeted lint and tests in github actions

revert-568-fix/rename-skolplattformen-sthlm-to-skolplattformen
Viktor Sarström 2 years ago
parent 75f80bba43
commit e381613abd

@ -26,9 +26,14 @@ jobs:
- name: Install dependencies
run: yarn
- name: Run linting and tests
- name: Run lint
run: |
yarn nx run-many --all --target=lint
yarn nx run-many --all --target=test
yarn lint
env:
CI: true
- name: Run tests
run: |
yarn test
env:
CI: true
Loading…
Cancel
Save