Skip to content

Commit 33d864f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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)