Skip to content

Commit

Permalink
Try to fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 17, 2023
1 parent a4eb716 commit ab8aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
build: npm run example:build
start: npm run example:preview
wait-on: http://[::1]:4173
wait-on: http://127.0.0.1:4173
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

0 comments on commit ab8aa3e

Please sign in to comment.