Skip to content

Commit 43d776f

Browse files
committed
ci: tolerant CI failure on windows platform
It is a known issue in Cypress Component Testing with Vite: https://docs.cypress.io/guides/component-testing/introduction#Experimental > May flake in resource-constrained CI machines
1 parent 9bdae87 commit 43d776f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
12+
continue-on-error: ${{ matrix.os == 'windows-latest' }}
1213
strategy:
1314
fail-fast: false
1415
matrix:

0 commit comments

Comments
 (0)