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.
2 parents 1be374e + f46605b commit 2113051Copy full SHA for 2113051
.github/workflows/cpp-packaging.yml
@@ -693,4 +693,8 @@ jobs:
693
- name: Summarize build and test results
694
if: ${{ !cancelled() }}
695
shell: bash
696
- run: cat testapps/summary.log
+ run: |
697
+ cat testapps/summary.log
698
+ if [[ "${{ job.status }}" != "success" ]]; then
699
+ exit 1
700
+ fi
.github/workflows/integration_tests.yml
@@ -162,4 +162,8 @@ jobs:
162
163
164
165
166
167
168
169
0 commit comments