Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Nov 5, 2022
1 parent 80d1417 commit 612586f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: tardis-carsus-compatibility-check

on:
workflow_dispatch
# on:
# workflow_dispatch

on:
push:
branches:
- '*'

pull_request:
branches:
- '*'


env:
Expand Down Expand Up @@ -135,5 +144,8 @@ jobs:
with:
path: ref_data_compare_from_paths.html

- name: print 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 612586f

Please sign in to comment.