Skip to content

Commit

Permalink
Merge pull request #1211 from thewtex/compare-images-firefox
Browse files Browse the repository at this point in the history
ci: disable firefox tests
  • Loading branch information
thewtex authored Aug 26, 2024
2 parents 9881721 + 14413be commit 741eb51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
path: packages/${{ matrix.package }}/typescript/cypress/videos
if-no-files-found: ignore

- name: Test with Firefox
if: ${{ matrix.package != 'compress-stringify' && matrix.package != 'dicom' && matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'downsample' }}
uses: cypress-io/github-action@v6
with:
browser: firefox
working-directory: packages/${{ matrix.package }}/typescript
install: false
start: pnpm start
#- name: Test with Firefox
#if: ${{ matrix.package != 'compress-stringify' && matrix.package != 'dicom' && matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'downsample' }}
#uses: cypress-io/github-action@v6
#with:
#browser: firefox
#working-directory: packages/${{ matrix.package }}/typescript
#install: false
#start: pnpm start

- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 741eb51

Please sign in to comment.