Skip to content

Commit bbeb2be

Browse files
committed
ci: delay error to patch upload
1 parent 3c605e3 commit bbeb2be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/regression-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@ jobs:
5050
name: ${{ matrix.compiler }}-patch.diff
5151
path: regression-tests/${{ matrix.compiler }}-patch.diff
5252
if-no-files-found: ignore
53+
54+
- name: Guidance on failure
55+
run: |
56+
if [[ -f "${{ matrix.compiler }}-patch.diff" ]]; then
57+
echo "There were failing tests; apply the uploaded patches or check the step 'Run regression tests'."
58+
exit 1
59+
fi

0 commit comments

Comments
 (0)