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

Add the ability to run a test during deliver #54

Closed
lakruzz opened this issue Feb 22, 2017 · 2 comments
Closed

Add the ability to run a test during deliver #54

lakruzz opened this issue Feb 22, 2017 · 2 comments

Comments

@lakruzz
Copy link
Contributor

lakruzz commented Feb 22, 2017

As described in praqma/the-phlow#63

@groenborg groenborg added this to the Backlog milestone Feb 23, 2017
@JKrag
Copy link
Contributor

JKrag commented Feb 23, 2017

In other words, we want git phlow deliver to support the following syntax:

git phlow deliver --local --test <testscript>

where the actual deliver part is only done if testscript return with exit code zero.
Functionally this should be equivalent with:

testscript && git phlow deliver --local

in shells that support this syntax. We are just making it more user friendly.

@lakruzz
Copy link
Contributor Author

lakruzz commented Mar 9, 2017

Related to #53

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

No branches or pull requests

3 participants