-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Act env #417
Act env #417
Conversation
This uncovered that some of the test premisses was wrong and the Eval Bool function also had flaws
This can be used to skip certain steps that you don't want to run locally when testing. E.g. steps that sends messages to Slack channels on successful builds etc.
@torbjornvatn I fetched this change hoping it might resolve #416 as its related to handling of "env". Sepcifically in one step there is a I'd appreciate it if you could take a few minutes to look at #416 and potentially advise me where the problem might exist so as my search for a "real" solution might be faster. Thanks in advance. |
Hi @winksaville. But hopefully the fix I'm working on for #384 will solve your problem. I'll make sure to add a test case that reads the env in two successive steps. As a workaround for now you might want to try using the |
@torbjornvatn - this PR needs some attention now that #424 is merged |
@cplee I've merged with master and fixed the conflicts now |
This can be used to skip certain steps that you don't want to run locally
when testing. E.g. steps that sends messages to Slack channels on successful
builds etc.