Skip to content

Commit

Permalink
Continue the run if xref fails
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Goff committed Feb 19, 2024
1 parent e866cba commit 7e5a519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Compile
run: rebar3 compile
- name: Xref Check
continue-on-error: true
run: rebar3 xref
- name: Run Tests
run: rebar3 as test eunit
Expand Down

0 comments on commit 7e5a519

Please sign in to comment.