mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
fix ci: missing needs in github action yaml (#4146)
This commit is contained in:
parent
fb9784dd67
commit
2a18b9dc29
1
.github/workflows/integration-tests-pr.yml
vendored
1
.github/workflows/integration-tests-pr.yml
vendored
@ -120,6 +120,7 @@ jobs:
|
||||
needs:
|
||||
- build_piper
|
||||
- build_integration_tests
|
||||
- start
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix: ${{ fromJson(needs.build_integration_tests.outputs.matrix) }}
|
||||
|
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
@ -92,6 +92,7 @@ jobs:
|
||||
needs:
|
||||
- build_piper
|
||||
- build_integration_tests
|
||||
- start
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix: ${{ fromJson(needs.build_integration_tests.outputs.matrix) }}
|
||||
|
Loading…
Reference in New Issue
Block a user