Skip to content

Commit

Permalink
fix: add --host
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 4, 2023
1 parent 7a0d73a commit 9ebb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd ${{ steps.build_step.outputs.project_path }}
npm install
npm run build
npm run preview -- --port 3000 &
npm run preview -- --port 3000 --host &
- name: Run Cypress on local
uses: cypress-io/github-action@v4
with:
Expand Down

0 comments on commit 9ebb85c

Please sign in to comment.