Docker Action: dont run tests before docker image push#985
Docker Action: dont run tests before docker image push#985camfairchild wants to merge 1 commit intomasterfrom
Conversation
|
Hm, not sure if we should take this out. The point of testing one more time is basically for sanity -- what if two PRs were pushed at the same time? Just because tests pass before merging to master doesn't mean master is in the clear just yet. |
my main issue is that the pytest tests don't run properly*. Does circleci run them after merge too? |
@shibshib @camfairchild Since we are moving the release of the docker image to a CircleCI workflow, I am proposing removing this file, in the PR #1011. Having said that this CircleCI release workflow will run the tests aswell before releasing. Are we align with these actions?
|
This PR makes the docker image push action not run tests first, as these should be completed anyway before merge to master occurs