[ci] more debugging
Some checks are pending
CodeQL / Analyze (push) Waiting to run

This commit is contained in:
Philip Peterson 2025-04-27 01:58:17 -07:00
parent a56136ac28
commit 1fbcc3ba14
No known key found for this signature in database
GPG key ID: 354311183FC6519B
3 changed files with 4 additions and 3 deletions

View file

@ -119,9 +119,6 @@ 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

View file

@ -79,6 +79,8 @@ jobs:
env:
NODE_VERSION: ${{ env.NODE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Due to permissions issues, Windows needs cache turned off
AVA_CACHE: false
with:
node-version: ${{ env.NODE_VERSION }}
matrix-os: windows-latest

View file

@ -69,6 +69,8 @@ jobs:
env:
NODE_VERSION: ${{ env.NODE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Due to permissions issues, Windows needs cache turned off
AVA_CACHE: false
with:
node-version: ${{ env.NODE_VERSION }}
matrix-os: windows-latest