Skip to content

Commit f4290fe

Browse files
committed
Disabled xref in CI/CD.
1 parent a9f5fa0 commit f4290fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: DEBUG=1 rebar3 --version
2929
- name: Compile
3030
run: rebar3 compile
31-
- name: Xref Check
32-
continue-on-error: true
33-
run: rebar3 xref
31+
#- name: Xref Check
32+
# continue-on-error: true
33+
# run: rebar3 xref
3434
- name: Run Tests
3535
run: rebar3 as test eunit
3636
- name: Run Tests (ltest runner)

0 commit comments

Comments
 (0)