Skip to content

Commit 3771948

Browse files
committed
Fix startig script in CI
1 parent b14b777 commit 3771948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
node-version: "12.x"
2121
- name: Install dependencies
22-
run: yarn
22+
run: yarn --dev && yarn --cwd ./playgrounds/html
2323
- name: Browser tests
2424
uses: cypress-io/github-action@v2
2525
with:
2626
# Your starting script
27-
test: yarn playground
27+
start: yarn playground
2828
# Creates and uploads GitHub artifacts in case of failure
2929
- uses: actions/upload-artifact@v1
3030
if: failure()

0 commit comments

Comments
 (0)