From c379af388ac6ac4ed90f06f080be60a1edc2e280 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Tue, 8 Aug 2023 23:27:22 -0500 Subject: [PATCH] Disabled xref in CI/CD. --- .github/workflows/cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 14b3496..970b099 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 @@ -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