From 72831e69e53ef5f4946db77eec864ae391b6a477 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Fri, 7 Jun 2024 16:42:25 -0400 Subject: [PATCH] Fix Windows false positive --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 66112c8..4e596d1 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -120,6 +120,7 @@ jobs: key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }} path: test-cache - name: Verify cache + shell: bash run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache # End to end with proxy