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 16a76c3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 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

0 comments on commit 16a76c3

Please sign in to comment.