Skip to content

Commit

Permalink
Properly wait for the integration tests containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Jun 3, 2024
1 parent dbd5e7d commit 4700918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/konflux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.QUAY_RHACS_ENG_BEARER_TOKEN }}
image: rhacs-eng/collector:${{ needs.init.outputs.collector-tag }}

integration-tests:
integration-tests-containers:
uses: ./.github/workflows/integration-test-containers.yml
needs:
- init
Expand All @@ -63,6 +63,7 @@ jobs:
needs:
- init
- wait-for-images
- integration-tests-containers
with:
collector-tag: ${{ needs.init.outputs.collector-tag }}
collector-qa-tag: ${{ needs.init.outputs.collector-qa-tag }}
Expand All @@ -78,5 +79,6 @@ jobs:
needs:
- init
- wait-for-images
- integration-tests-containers
secrets: inherit

0 comments on commit 4700918

Please sign in to comment.