Skip to content

Commit 359658c

Browse files
committed
check the output of the status functions
1 parent 6663062 commit 359658c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if: always()
6666
shell: bash -l {0}
6767
run: |
68+
echo "${{ success() }} vs ${{ failure() }}"
6869
echo "STATUS=0" >> $GITHUB_ENV
6970
- name: detect unexpected failures
7071
if: |

0 commit comments

Comments
 (0)