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 40d12f1 commit 2acd1c0Copy full SHA for 2acd1c0
.github/workflows/ci.yml
@@ -96,6 +96,11 @@ jobs:
96
e2e-framework: ['cypress', 'playwright']
97
node-version: [22]
98
os: [ubuntu-latest, windows-latest, macos-latest]
99
+ exclude:
100
+ # Temporarily exclude Windows + Cypress due to EPERM issues with start-server-and-test
101
+ # FIXME: move away from `start-server-and-test`
102
+ - os: windows-latest
103
+ e2e-framework: cypress
104
runs-on: ${{ matrix.os }}
105
continue-on-error: ${{ matrix.os == 'windows-latest' }}
106
env:
0 commit comments