Skip to content

Commit

Permalink
stdout stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 6, 2024
1 parent f185baa commit 89b080f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
run: >
bash warlock.sh
--configfile tests/test1/config-Ubuntu.yml
--environment local
--environment local;
/home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stdout.log;
/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 All @@ -109,9 +111,7 @@ jobs:
bash warlock.sh
--configfile tests/test2/config-Ubuntu.yml
--environment local
--cores 4;
/home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stdout.log;
/home/runner/work/warlock/warlock/tests/test1/output/logs/00000000/generate_summary_plots.stderr.log;
--cores 4
- name: Check md5 (test2) (Ubuntu)
shell: bash -l {0}
Expand Down

0 comments on commit 89b080f

Please sign in to comment.