chore: Cypress action v1 -> v2 (#40253)
This commit is contained in:
committed by
GitHub
parent
76763272c1
commit
aebe53312c
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: npm run seed
|
run: npm run seed
|
||||||
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v1
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
record: ${{ env.CYPRESS_RECORD_KEY != 0 }}
|
record: ${{ env.CYPRESS_RECORD_KEY != 0 }}
|
||||||
build: npm run build
|
build: npm run build
|
||||||
|
Reference in New Issue
Block a user