Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed Dec 28, 2023
1 parent 2a4218c commit 42474de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
tests-suite:
runs-on: ubuntu-latest
needs: tests-suite-by-version
if: success() || failure()
steps:
- name: Check status of tests-suite-by-version
run: |
if [ "${{ needs.tests-suite-by-version.outcome }}" != "success" ]; then
if [ "${{ needs.tests-suite-by-version.result }}" != "success" ]; then
echo "Previous job(s) failed."
exit 1
else
Expand Down

0 comments on commit 42474de

Please sign in to comment.