Skip to content

Commit

Permalink
fix: vite e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 4, 2023
1 parent a7956ca commit b31f114
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 @@ -43,7 +43,7 @@ jobs:
command: npx cypress run --record --parallel --env=AUTH_PROVIDER=${{ steps.build_step.outputs.auth_provider }},UI_FRAMEWORK=${{ matrix.ui_framework }},FRAMEWORK=react,DATA_PROVIDER=${{ matrix.data_provider }}
install: false
start: "npm ls"
wait-on: "http://0.0.0.0:3000"
wait-on: "http://localhost:3000"
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
FRAMEWORK: react
Expand Down

0 comments on commit b31f114

Please sign in to comment.