From 1fe72ccd3af9f559d29bbf7053e1df57b6f8f6fb Mon Sep 17 00:00:00 2001 From: Marko Date: Sun, 17 Apr 2022 12:46:43 +0200 Subject: [PATCH] chore: ignore artefact if not present (#11661) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a446440aa0..f7b334242a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,6 +156,7 @@ jobs: with: name: "${{ github.sha }}-go-submodules-coverage" if: env.GIT_DIFF + continue-on-error: true - run: | cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt if: env.GIT_DIFF