apache / servicecomb-pack

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by using Alpha as a transaction coordinator and Omega as an transaction agent .
https://servicecomb.apache.org/
Apache License 2.0
1.93k stars 436 forks source link

[SCB-2199] Add GitHub Actions workflows #698

Closed coolbeevip closed 3 years ago

coolbeevip commented 3 years ago
zhfeng commented 3 years ago

Thanks @coolbeevip - Nice work !

Is it possible to remove the travis configration if we make sure github flow works ?

coolbeevip commented 3 years ago

Thanks @coolbeevip - Nice work !

Is it possible to remove the travis configration if we make sure github flow works ?

Build and tests passed in my forked repository https://github.com/coolbeevip/servicecomb-pack/actions/runs/612410941 But Sonar and Coverage have not been added yet. I will add sonar and coverage in other PRs and remove the travis config

zhfeng commented 3 years ago

@coolbeevip can you squash all the commits before merging ?

coolbeevip commented 3 years ago

@coolbeevip can you squash all the commits before merging ?

done