Skip to content

Commit

Permalink
ci: wait for correct site id
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle committed Aug 17, 2023
1 parent 512e107 commit 52ff7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
install: false
build: pnpm build
start: pnpm start
wait-on: 'http://localhost:3000/api/tide/site?id=8888'
wait-on: 'http://localhost:3000/api/tide/site?id=TEST_SITE'

0 comments on commit 52ff7c5

Please sign in to comment.