[ci] more debugging

This commit is contained in:
Philip Peterson 2025-04-27 00:35:36 -07:00
parent ae8a40cc52
commit d660fbdd0e
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -119,6 +119,9 @@ runs:
- name: Run E2E Tests - name: Run E2E Tests
shell: bash shell: bash
env:
# Due to permissions issues, Windows needs cache turned off
AVA_CACHE: ${{ runner.os == 'Windows' && 'false' || 'true' }}
if: runner.os != 'Linux' if: runner.os != 'Linux'
run: yarn run test:e2e --verbose run: yarn run test:e2e --verbose