From 197e1e9c9c42290117f49d4a11497938eea61f88 Mon Sep 17 00:00:00 2001 From: John Goff Date: Mon, 19 Feb 2024 18:03:29 -0500 Subject: [PATCH] Continue the run if xref fails --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e5e75f9..850f4c1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,6 +29,7 @@ jobs: - name: Compile run: rebar3 compile - name: Xref Check + continue-on-error: true run: rebar3 xref - name: Run Tests run: rebar3 as test eunit