Skip to content

Commit

Permalink
Fix system tests
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
  • Loading branch information
p committed Sep 3, 2024
1 parent ae50107 commit 805772d
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 805772d

Please sign in to comment.