Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update failed tests #643

Merged
merged 4 commits into from Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.