Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 28, 2024
1 parent 1bfd077 commit 995b118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Checksum job0 output files
#if: always()
if: always() && matrix.testmode == 'OFF'
if: always()
working-directory: tests/${{ matrix.testname }}_testrun
run: |
md5sum *.out job0/*.out | tee ../${{ matrix.testname }}_inputfiles/results_md5_job0.txt
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Checksum job1 output files
#if: always()
if: always() && matrix.testmode == 'OFF'
if: always()
working-directory: tests/${{ matrix.testname }}_testrun
run: |
md5sum *.out job1/*.out | tee ../${{ matrix.testname }}_inputfiles/results_md5_final.txt
Expand Down

0 comments on commit 995b118

Please sign in to comment.