Skip to content

Commit

Permalink
cat all output*.txt file in ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
fionntancallan committed Nov 22, 2024
1 parent e47b50e commit d27cc61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ jobs:
working-directory: tests/${{ matrix.testname }}_testrun/
run: cat job0/estimators*.out

- name: cat job0 output log
- name: cat job output logs
if: always()
working-directory: tests/${{ matrix.testname }}_testrun/
run: cat job0/output_0-0.txt
run: cat job0/output_*.txt

- name: Checksum job0 output files
if: always()
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:
working-directory: tests/${{ matrix.testname }}_testrun/
run: cat job1/estimators*.out

- name: cat job1 output log
- name: cat job1 output logs
if: always()
working-directory: tests/${{ matrix.testname }}_testrun/
run: cat job1/output_0-0.txt
run: cat job1/output_*.txt

- name: show deposition.out
if: always() && inputs.testmode != 'ON'
Expand Down

0 comments on commit d27cc61

Please sign in to comment.