Uh oh!
There was an error while loading. Please reload this page.
fix(github_action/pythonpackage): separate run test into 3 steps - #107
fix(github_action/pythonpackage): separate run test into 3 steps#107Lee-W wants to merge 2 commits into
Conversation
f572f9e to
a5e15d5CompareLee-W
commented
Dec 27, 2019
@woile I've tested the failed test |
6374a19 to
0a7135dCompareLee-W
commented
Dec 27, 2019
I've already figured out the problem is lacking git user when running test and fixed it. |
without separating, the pipeline will continue when the third step succeeded even if the first two steps failed commitizen-tools#106
0a7135d to
7f66b2aComparewoile
commented
Dec 30, 2019
I would like to leave the |
The configure is not the main problem. This GitHub action result is an example of this problem. |
We only need to add
|
Lee-W
commented
Dec 31, 2019
That sounds great. I just send another PR #109 for it. I'll close this one. |
This PR is based #100 and should be reviewed after #100 is merged.
There is an error hard to fix in the original design but is fixed in the "refactor-config" new design.
without separating, the pipeline will continue when the third step succeeded even if the first two steps failed
#106