Skip to content

Commit 2acd1c0

Browse files
authored
ci: skip Windows + Cypress temporarily (#784)
1 parent 40d12f1 commit 2acd1c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
e2e-framework: ['cypress', 'playwright']
9797
node-version: [22]
9898
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
99104
runs-on: ${{ matrix.os }}
100105
continue-on-error: ${{ matrix.os == 'windows-latest' }}
101106
env:

0 commit comments

Comments
 (0)