Skip to content

Commit

Permalink
Fix system tests (#3883)
Browse files Browse the repository at this point in the history
Add build-harness and build-apps to the list of needs
for aggregate job so it won't run if a build job fails

Co-authored-by: Oleg Pudeyev <[email protected]>
  • Loading branch information
p-datadog and p authored Sep 5, 2024
1 parent 5f6f052 commit 27d462b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ jobs:
- graphql23
runs-on: ubuntu-latest
needs:
- build-harness
- build-apps
- test
if: ${{ always() }}
name: Aggregate (${{ matrix.app }})
Expand Down

0 comments on commit 27d462b

Please sign in to comment.