Skip to content

Commit 47ef2a6

Browse files
authored
test: fix cypress run (#8)
1 parent 065e7df commit 47ef2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: cypress-io/github-action@v6
6262
with:
6363
working-directory: ${{ matrix.project }}
64-
start: npm run start:built
64+
start: npm start
6565
browser: ${{ matrix.browser }}
6666
install: false
6767
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)