[SCB-2199] Add GitHub Actions workflows#698
Conversation
coolbeevip
commented
Mar 2, 2021
- Add a CI workflow for PRs and push branch master
|
Thanks @coolbeevip - Nice work ! Is it possible to remove the travis configration if we make sure github flow works ? |
| if: ${{ success() }} | ||
| run: ./mvnw clean install -B -Pdocker | ||
| - name: Upload unit test results when the previous step of a job fails | ||
| if: ${{ failure() }} |
There was a problem hiding this comment.
Why we do this if the tests are failed?
There was a problem hiding this comment.
After the test fails, the unit test report will be uploaded to Github for easy download through the Github web interface
Build and tests passed in my forked repository https://github.com/coolbeevip/servicecomb-pack/actions/runs/612410941 |
|
@coolbeevip can you squash all the commits before merging ? |
done |