We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065e7df commit 47ef2a6Copy full SHA for 47ef2a6
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: cypress-io/github-action@v6
62
with:
63
working-directory: ${{ matrix.project }}
64
- start: npm run start:built
+ start: npm start
65
browser: ${{ matrix.browser }}
66
install: false
67
- uses: actions/upload-artifact@master
0 commit comments