We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d630c81 commit 896efc3Copy full SHA for 896efc3
.github/workflows/ci.yml
@@ -98,6 +98,8 @@ jobs:
98
continue-on-error: ${{ matrix.os == 'windows-latest' }}
99
env:
100
FEATURE_FLAGS: ${{ matrix.flag-for-ts }} ${{ matrix.flag-for-jsx }} ${{ matrix.flag-for-router }} ${{ matrix.flag-for-pinia }} ${{ matrix.flag-for-vitest }} ${{ matrix.flag-for-e2e }}
101
+ # Sometimes the Linux runner can't verify Cypress in 30s
102
+ CYPRESS_VERIFY_TIMEOUT: 60000
103
steps:
104
- uses: actions/checkout@v3
105
- uses: pnpm/action-setup@v2
0 commit comments