Skip to content

Commit

Permalink
Add dependency between finalize tests and building prod images (#45319)
Browse files Browse the repository at this point in the history
When finalizing tests we are using packages generated in prod
image build step and generally we should not finalize the tests
until PROD images are successfully built.
  • Loading branch information
potiuk authored Jan 1, 2025
1 parent 465c4a2 commit 67fd8f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ jobs:
- tests-postgres
- tests-non-db
- tests-integration-system
- build-prod-images
uses: ./.github/workflows/finalize-tests.yml
with:
runs-on-as-json-public: ${{ needs.build-info.outputs.runs-on-as-json-public }}
Expand Down

0 comments on commit 67fd8f3

Please sign in to comment.