Skip to content

Commit

Permalink
build: add federation tests to quality gate check (#4582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb authored Jan 25, 2024
1 parent 769397c commit 40b66e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- api-library-tests
- toolbox-tests
- integration-tests-on-prem
- federation-tests

runs-on: ubuntu-latest

Expand All @@ -112,6 +113,7 @@ jobs:
[ ${{ needs.e2e-tests-plugins.result }} != 'success' ] ||
[ ${{ needs.api-library-tests.result }} != 'success' ] ||
[ ${{ needs.toolbox-tests.result }} != 'success' ] ||
[ ${{ needs.federation-tests.result }} != 'success' ] ||
[ ${{ needs.integration-tests-on-prem.result }} != 'success' ]; then
echo "One or more jobs failed"
exit 1
Expand Down

0 comments on commit 40b66e8

Please sign in to comment.