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

build: bump cypress-io/github-action from 5 to 6 #27

Merged
merged 1 commit into from
Sep 20, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: npm run build --if-present

- name: Install Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false

- name: Test using Cypress - E2E
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# Test against the build we just created
start: npm run preview
Expand All @@ -66,7 +66,7 @@ jobs:
install: false

- name: Test using Cypress - Component
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
working-directory: packages/fontpicker
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upgradebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
run: npm run build --if-present

- name: Install Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false

- name: Test using Cypress - E2E
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# Test against the build we just created
start: npm run preview
Expand All @@ -76,7 +76,7 @@ jobs:
install: false

- name: Test using Cypress - Component
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
working-directory: packages/fontpicker
Expand Down
Loading