From d9536f63af679b1d0f62406d7503f213608210e5 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Tue, 11 Jun 2024 18:16:26 -0400 Subject: [PATCH] Clarify that test is expected to fail --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4e596d1..3bc8d50 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -82,7 +82,7 @@ jobs: run: __tests__/verify-cache-files.sh ${{ runner.os }}-save ~/test-cache # End to end with save-always - test-save-always: + test-save-always-with-failure: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] @@ -105,7 +105,7 @@ jobs: __tests__/create-cache-files.sh ${{ runner.os }}-save-always test-cache exit 1 test-save-always-restore: - needs: test-save-always + needs: test-save-always-with-failure strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest]