We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c970026 commit d742aabCopy full SHA for d742aab
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/*.diff
200
201
- name: Notify IRC of failure
202
0 commit comments