From: Haoqun Jiang Date: Mon, 21 Jul 2025 11:43:17 +0000 (+0800) Subject: ci: skip Windows + Cypress temporarily (#784) X-Git-Tag: v3.18.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acd1c09b6065dafbaeda8c1b707d032d2919887;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: skip Windows + Cypress temporarily (#784) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b238c9c..cf12b9ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: