Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 6, 2024
1 parent 1c2a06d commit 0a8cd82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,12 @@ jobs:
run: >
bash warlock.sh
--configfile tests/test1/config-Ubuntu.yml
--environment local;
cat /home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stdout.log;
cat /home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stderr.log;
--environment local
- name: logs
run: |
cat /home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stdout.log
cat /home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stderr.log
- name: Check md5 (test1) (Ubuntu)
shell: bash -l {0}
Expand Down

0 comments on commit 0a8cd82

Please sign in to comment.