Skip to content

Commit

Permalink
Check BMD file md5sums only, not filepaths in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford authored Jan 2, 2024
1 parent 4945168 commit fd1546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ jobs:
run: |
cat checksums.BMD_files # Can be informative if there are errors
cat truth_checksums/checksums.BMD_files # Can be informative if there are errors
cmp truth_checksums/checksums.BMD_files checksums.BMD_files
cmp <(sort -u checksums.BMD_files | awk {'print $1'}) <(sort -u truth_checksums/checksums.BMD_files | awk {'print $1'} )

0 comments on commit fd1546d

Please sign in to comment.