Skip to content

Commit

Permalink
Merge pull request #643 from cypress-io/fix-failed-tests
Browse files Browse the repository at this point in the history
fix: update failed tests
  • Loading branch information
jaffrepaul committed Dec 7, 2022
2 parents c5724ed + 0231422 commit ced9ddd
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/example-firefox.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
firefox:
# should include Firefox browser install
# https://github.com/actions/virtual-environments
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Firefox
uses: ./
Expand All @@ -26,7 +26,7 @@ jobs:
browser: firefox

# report screenshot size and store the screenshots as test artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: screenshots-in-firefox
path: examples/firefox/cypress/screenshots
Expand All @@ -39,10 +39,10 @@ jobs:
firefox-v10:
# should include Firefox browser install
# https://github.com/actions/virtual-environments
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Firefox
uses: ./
Expand All @@ -54,7 +54,7 @@ jobs:
browser: firefox

# report screenshot size and store the screenshots as test artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: screenshots-in-firefox
path: examples/v10/firefox/cypress/screenshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-install-only.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
key: my-cache-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- name: Install Cypress 📥
run: npm i https://cdn.cypress.io/beta/npm/10.0.0/linux-x64/10.0-release-04e5d70d48a1337b702f53ac9677350167eb7ae6/cypress.tgz
run: npm i cypress@10.0.0

- name: Cypress tests 🧪
uses: ./
Expand Down
21 changes: 21 additions & 0 deletions examples/v10/react-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions examples/v9/react-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ced9ddd

Please sign in to comment.