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 Aug 9, 2023
1 parent 8d087af commit c379af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: rebar3 --version
- name: Compile
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
#- name: Xref Checks
# run: rebar3 xref
# - name: Dialyzer
# run: rebar3 dialyzer
- name: Compile Tests
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
run: rebar3 --version
- name: Compile
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
#- name: Xref Checks
# run: rebar3 xref
# - name: Dialyzer
# run: rebar3 dialyzer
- name: Compile Tests
Expand Down

0 comments on commit c379af3

Please sign in to comment.