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

How to run two commands before tests? #152

Closed
koekaverna opened this issue Jul 6, 2020 · 1 comment
Closed

How to run two commands before tests? #152

koekaverna opened this issue Jul 6, 2020 · 1 comment

Comments

@koekaverna
Copy link

I need to run both comand before tests
vendor/liuggio/fastest/fastest -b"bin/console doctrine:database:create --no-interaction --env=test
and
vendor/liuggio/fastest/fastest -b"bin/console doctrine:migrations:migrate --no-interaction --env=test

And there is no way to do it

I tried to use && and \&\& between commands and It didn't work.

@koekaverna koekaverna changed the title How to run two commands before tests How to run two commands before tests? Jul 6, 2020
@DonCallisto
Copy link
Collaborator

Related to #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants