Skip to content

Commit

Permalink
change level of directory
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Nov 7, 2022
1 parent 5b1e994 commit f09cb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
path: ref_data_compare_from_paths.html

- name: print tree
run: tree
run: tree ..

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

0 comments on commit f09cb0f

Please sign in to comment.