Skip to content

Commit

Permalink
Merge branch 'master' into renovate/jest-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc authored Sep 24, 2024
2 parents a75bd3c + 7b22a22 commit a6d1b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: yarn install
- name: Build packages
run: yarn build
- uses: cypress-io/github-action@v2
- uses: cypress-io/github-action@v6
with:
browser: chrome
start: yarn run example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: yarn run test

- name: E2E test
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v6
with:
browser: chrome
start: yarn run example
Expand Down

0 comments on commit a6d1b87

Please sign in to comment.