mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09: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
|
- run: npm run test-unit
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
needs: unit-tests
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -56,7 +55,9 @@ jobs:
|
||||||
- run: npm run test-integration
|
- run: npm run test-integration
|
||||||
|
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
needs: integration-tests
|
needs: |
|
||||||
|
unit-tests
|
||||||
|
integration-tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue