Skip to content

Commit

Permalink
test: fix cypress start command
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Nov 10, 2023
1 parent 08befd9 commit bdc86a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v5
with:
start: yarn run start-storybook --port 6006
wait-on: "http://localhost:6006"
start: yarn docs
wait-on: "http://localhost:9009"
browser: chrome
headless: true
env: port=6006
env: port=9009
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit bdc86a2

Please sign in to comment.