From 90ab4075af73e1e09714ae4becd6b6f15309f709 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 3 May 2024 11:13:10 -0700 Subject: [PATCH] ci: temp workflow edits --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b0e1d07..dab2d88c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,6 +85,7 @@ jobs: - name: "🪪 .ENV › Generate" id: task_initialize_npm_env_generate + continue-on-error: true run: | npm run keeweb:generate @@ -94,6 +95,7 @@ jobs: - name: "🪪 .ENV › Get" id: task_initialize_dotenv_get + continue-on-error: true uses: falti/dotenv-action@v1 # --------------------------------------------------------------------------------------- @@ -102,6 +104,7 @@ jobs: - name: "🪪 .ENV › Read" id: task_dotenv_debug_print + continue-on-error: true run: | echo "VER: ${{ steps.task_initialize_dotenv_get.outputs.VERSION }}" echo "GUID: ${{ steps.task_initialize_dotenv_get.outputs.GUID }}"