-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] Adding new integration test #199
[WIP] Adding new integration test #199
Conversation
13cf7f5
to
8135cb5
Compare
@morgante / @aaron-lane I missed something in this PR since the new integration test is not running in concourse. Any ideas? |
@chrislovecnm New tests have to be added to the pipeline config before they get executed. |
Well then I need to test more locally. I am guessing with the file being external to this project that it has the capability to mess up testing across multiple PRs and not just this PR. |
@chrislovecnm Nothing should be "messed up" here, what's not working or still WIP? The expected workflow is:
It's not perfect, but it's not terrible and there are some risks with having the pipeline definition editable in PRs. |
This commit adds a new integration test, which tests the beta public module.
8135cb5
to
3ca42a5
Compare
@morgante You can probably close this one |
Replaced by #219. |
This commit adds a new integration test, which tests the beta
public module.
This fixes #180