Skip to content

Commit

Permalink
Disabled xref and dialyzer in CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 13, 2024
1 parent 9861700 commit 3cb25cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
rebar3-version: '3.22'
- name: Compile
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
#- name: Xref Checks
# run: rebar3 xref
#- name: Dialyzer
# run: rebar3 dialyzer
- name: Proper Tests
Expand All @@ -53,10 +53,10 @@ jobs:
rebar3-version: '3.15'
- name: Compile
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
- name: Dialyzer
run: rebar3 dialyzer
#- name: Xref Checks
# run: rebar3 xref
#- name: Dialyzer
# run: rebar3 dialyzer
- name: Compile Tests
run: rebar3 as test compile
- name: Proper Tests
Expand Down

0 comments on commit 3cb25cb

Please sign in to comment.