Skip to content

Commit

Permalink
ci: fix cypress start parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Jan 22, 2024
1 parent a5b6cb2 commit f3515d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
browser: chrome
headless: true
record: true
start: test:e2e:ci
start: npm run test:e2e:ci
wait-on: 'http://localhost:8000'
wait-on-timeout: 120

Expand Down

0 comments on commit f3515d5

Please sign in to comment.