Skip to content

Commit

Permalink
Check file contents according to changes in tardis-sn/tardis-refdata#58
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 30, 2022
1 parent db6cfd2 commit 80d1417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ jobs:
path: ref_data_compare_from_paths.html

- name: Check if reference data are equal
run: if [ "$(cat /tmp/spectrum_compare)" == 0 ]; then exit 1; fi
run: if [ "$(cat refdata_compare_result)" == "REFDATA COMPARISON FAILED" ]; then exit 1; fi

0 comments on commit 80d1417

Please sign in to comment.