Skip to content

Commit a668667

Browse files
committed
Allow failures on non-chrome browsers for now
1 parent 3952ed0 commit a668667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cypress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Run tests
7373
run: bundle exec rake
7474
if: ${{ env.RUN_CYPRESS == 'true' }}
75+
continue-on-error: ${{ matrix.cypress-browser != 'chrome' }}
7576
- name: Save artifacts
7677
uses: actions/upload-artifact@v4
7778
if: ${{ failure() && env.RUN_CYPRESS == 'true' }}

0 commit comments

Comments
 (0)