Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: wait on multiple urls #239

Merged
merged 3 commits into from
Nov 18, 2020
Merged

feat: wait on multiple urls #239

merged 3 commits into from
Nov 18, 2020

Conversation

bahmutov
Copy link
Contributor

Separate urls with a comma

with:
  working-directory: examples/wait-on
  start: npm start -- --port 3050, npm run start2 -- --port 3060, node ./index3 --port 3070
  # wait for all services to respond
  wait-on: 'http://localhost:3050, http://localhost:3060, http://localhost:3070'

@bahmutov bahmutov marked this pull request as ready for review November 18, 2020 17:17
@bahmutov bahmutov merged commit 4442bf2 into master Nov 18, 2020
@github-actions
Copy link

🎉 This PR is included in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@emilyrohrbough emilyrohrbough deleted the add-wait-for-multiple-values branch March 9, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant