Skip to content

Commit

Permalink
adapted frog.yml to check what json is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Feb 21, 2023
1 parent c25587e commit cd16cc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ jobs:
if: ${{ env.test_status != '0' }}
run: |
cat src/test-suite.log;
cat frogtests/*.diff
cat frogtests/testjsonserver.err
cat frogtests/testjsonserver.log
cat frogtests/testjsonserver2.err
cat frogtests/testjsonserver.log
- name: Notify IRC of failure
if: ${{ env.test_status != '0' }}
Expand Down

0 comments on commit cd16cc5

Please sign in to comment.