Skip to content

Commit

Permalink
Skip Xref/Dialyzer in CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 15, 2025
1 parent 613b0c8 commit ecb80cd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gnuplot
- 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: Proper Tests
run: rebar3 as test do compile, proper --regressions
# - name: Run Tests
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gnuplot
- 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: Proper Tests
run: rebar3 as test do compile, proper --regressions
# - name: Run Tests
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gnuplot
- 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 ecb80cd

Please sign in to comment.