]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: skip Windows + Cypress temporarily (#784)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 21 Jul 2025 11:43:17 +0000 (19:43 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 11:43:17 +0000 (19:43 +0800)
.github/workflows/ci.yml

index 8b238c9cc4e25e01504c87a9673983e9e204c5b1..cf12b9ae6a3ec8bd343e157ca0795052df113015 100644 (file)
@@ -96,6 +96,11 @@ jobs:
         e2e-framework: ['cypress', 'playwright']
         node-version: [22]
         os: [ubuntu-latest, windows-latest, macos-latest]
+        exclude:
+          # Temporarily exclude Windows + Cypress due to EPERM issues with start-server-and-test
+          # FIXME: move away from `start-server-and-test`
+          - os: windows-latest
+            e2e-framework: cypress
     runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.os == 'windows-latest' }}
     env: