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: start several services in parallel #238

Merged
merged 5 commits into from
Nov 18, 2020
Merged

Conversation

bahmutov
Copy link
Contributor

@bahmutov bahmutov commented Nov 18, 2020

When you need to start webserver and API for example. Separate commands with comma

- name: Cypress tests
  uses: cypress-io/github-action@v2
  with:
    start: npm run api, npm run web
    # for now only a single URL can be waited on
    wait-on: 'http://localhost:3050' 

For now wait for the longest starting process

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

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@emilyrohrbough emilyrohrbough deleted the start-multiple-servers 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
Development

Successfully merging this pull request may close these issues.

1 participant