We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591fc98 commit cacc87dCopy full SHA for cacc87d
.github/workflows/regression_tests.yml
@@ -163,7 +163,7 @@ jobs:
163
repositories: "electronic-prescription-service-api-regression-tests,eps-test-reports"
164
165
- name: Report failure on test failure
166
- if: steps.tests.outcome != 'success' || steps.sha1_tests.outcome != 'success'
+ if: steps.tests.outcome != 'success' || ( steps.sha1_tests.outcome != 'success' && steps.sha1_tests.outcome != 'skipped' )
167
run: |
168
poetry run python scripts/send_test_results.py --token=${{ steps.generate-token.outputs.token }} --run_id ${{GITHUB.RUN_ID}}
169
echo The regression tests step failed, this likely means there are test failures.
0 commit comments