From d660fbdd0ea69496d4ac0bd6ef483b3acae19f9d Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 27 Apr 2025 00:35:36 -0700 Subject: [PATCH] [ci] more debugging --- .github/actions/build/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 5afc6cfa..677921de 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -119,6 +119,9 @@ runs: - name: Run E2E Tests shell: bash + env: + # Due to permissions issues, Windows needs cache turned off + AVA_CACHE: ${{ runner.os == 'Windows' && 'false' || 'true' }} if: runner.os != 'Linux' run: yarn run test:e2e --verbose