Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

chore(deps): update cypress-io/github-action action to v4.1.1 #544

Merged
merged 1 commit into from
Jun 27, 2022
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
npx cypress info
- name: Cypress を実行する
uses: cypress-io/[email protected].0
uses: cypress-io/[email protected].1
with:
build: npx next build
start: npx next start --port 3100
Expand Down