Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/serversideskiptestrun' into …
Browse files Browse the repository at this point in the history
…fix/serversideskiptestrun
  • Loading branch information
sagar-qa007 committed Oct 16, 2024
2 parents e2a6a0f + 2cd608a commit 99bcf16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,13 @@ jobs:
exit 1
fi
# Fail the script at the end if tests did not pass
if [[ "$test_result" == "failed" ]]; then
echo "Tests failed, exiting with status 1."
exit 1
fi
# Set status = failedtest
- name: Set fail if there are test failures
if: failure()
Expand Down

0 comments on commit 99bcf16

Please sign in to comment.