Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent 6f083c4 commit e66dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# install: false
build: npm run build
start: npm start --prefix=examples/cra-react-router
wait-on: 'http://localhost:3001/users, http://localhost:3000'
wait-on: 'http://127.0.0.1:3001/users, http://127.0.0.1:3000'

# test-gatsby:
# name: Run Gatsby tests
Expand Down

0 comments on commit e66dc35

Please sign in to comment.