Skip to content

Commit

Permalink
Disabled xref in CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 7, 2024
1 parent a9f5fa0 commit f4290fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: DEBUG=1 rebar3 --version
- name: Compile
run: rebar3 compile
- name: Xref Check
continue-on-error: true
run: rebar3 xref
#- name: Xref Check
# continue-on-error: true
# run: rebar3 xref
- name: Run Tests
run: rebar3 as test eunit
- name: Run Tests (ltest runner)
Expand Down

0 comments on commit f4290fe

Please sign in to comment.