mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
CI: run integration tests in parallel to unit tests 💚
This commit is contained in:
parent
14c9805ad8
commit
ab3f3636ff
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -31,7 +31,6 @@ jobs:
|
|||
- run: npm run test-unit
|
||||
|
||||
integration-tests:
|
||||
needs: unit-tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -56,7 +55,9 @@ jobs:
|
|||
- run: npm run test-integration
|
||||
|
||||
e2e-tests:
|
||||
needs: integration-tests
|
||||
needs: |
|
||||
unit-tests
|
||||
integration-tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue