mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update main.yml
This commit is contained in:
parent
b56065d8fb
commit
5e2f0a8fef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
name: E2E on Chrome
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v1
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
build: yarn run build
|
||||
start: yarn run start
|
||||
|
|
|
|||
Loading…
Reference in a new issue