From b1a5871c7d97c92d6d70ca5cc99d16270e6ce7bb Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Fri, 20 Dec 2024 11:02:19 +0100 Subject: [PATCH] Try continue-on-error --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e72418..e5a2677 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,4 +10,5 @@ jobs: steps: - run: cat /etc/os-release - run: _secret_simple + continue-on-error: true - run: printenv