Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed May 23, 2023
1 parent b8cc048 commit ebe37f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://127.0.0.1:4173
wait-on: http://localhost:4173
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2 changes: 1 addition & 1 deletion cypress.json
@@ -1,5 +1,5 @@
{
"baseUrl": "http://127.0.0.1:4173",
"baseUrl": "http://localhost:4173",
"video": false,
"pluginsFile": false,
"supportFile": false,
Expand Down

0 comments on commit ebe37f1

Please sign in to comment.