We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d742aab commit b590adcCopy full SHA for b590adc
1 file changed
.github/workflows/frog.yml
@@ -196,6 +196,7 @@ jobs:
196
if: ${{ env.test_status != '0' }}
197
run: |
198
cat src/test-suite.log;
199
+ cat frogtests/*.err
200
cat frogtests/*.diff
201
202
- name: Notify IRC of failure
0 commit comments