Skip to content

Commit

Permalink
ci(Firefox): Disable until issues with FF 105 addressed:
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 6, 2022
1 parent cdf86af commit 1afd988
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cypress.yml
Expand Up @@ -42,11 +42,11 @@ jobs:
name: cypress-videos
path: cypress/videos

- name: Test with Firefox
uses: cypress-io/github-action@v4
with:
browser: firefox
command: npm run test:firefox
#- name: Test with Firefox
#uses: cypress-io/github-action@v4
#with:
#browser: firefox
#command: npm run test:firefox

- uses: actions/upload-artifact@v2
if: failure()
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/examples.yml
Expand Up @@ -168,12 +168,12 @@ jobs:
browser: chrome
start: npm start

- name: Test Webpack Example on Firefox
uses: cypress-io/github-action@v4
with:
working-directory: ./examples/webpack
browser: firefox
start: npm start
#- name: Test Webpack Example on Firefox
#uses: cypress-io/github-action@v4
#with:
#working-directory: ./examples/webpack
#browser: firefox
#start: npm start

test-vite-example:
name: vite
Expand All @@ -189,12 +189,12 @@ jobs:
browser: chrome
start: npm start

- name: Test Vite Example on Firefox
uses: cypress-io/github-action@v4
with:
working-directory: ./examples/vite
browser: firefox
start: npm start
#- name: Test Vite Example on Firefox
#uses: cypress-io/github-action@v4
#with:
#working-directory: ./examples/vite
#browser: firefox
#start: npm start

test-debugging-example:
name: debugging
Expand Down

0 comments on commit 1afd988

Please sign in to comment.