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 1fa605f commit 876c2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
install: false
build: npm run build
start: |
npm start --prefix=examples/users-api
npm start --prefix=examples/cra-react-router
npm start --prefix=examples/users-api --port 3001 &
npm start --prefix=examples/cra-react-router --port 3000 &
# test-gatsby:
# name: Run Gatsby tests
Expand Down

0 comments on commit 876c2c8

Please sign in to comment.