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