Anton Kaliaev
7041cae8e1
bump go version to 1.15 ( #5639 )
2020-11-10 15:19:52 +04:00
dependabot[bot]
27895a27a4
build(deps): Bump actions/cache from v2.1.2 to v2.1.3 ( #5633 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 12:03:53 +01:00
dependabot[bot]
710ed63f55
build(deps): Bump technote-space/get-diff-action from v3 to v4 ( #5485 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com >
2020-10-12 14:13:45 +02:00
dependabot[bot]
6de4bb1b6b
build(deps): Bump actions/cache from v2.1.1 to v2.1.2 ( #5487 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 13:25:32 +02:00
dependabot[bot]
3935a40929
build(deps): Bump actions/cache from v2.1.0 to v2.1.1 ( #5268 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com >
2020-08-20 13:29:22 +02:00
dependabot[bot]
f6c9a551b0
build(deps): Bump technote-space/get-diff-action from v1 to v3 ( #5246 )
2020-08-13 17:53:01 +02:00
dependabot[bot]
7b367eb017
build(deps): Bump actions/cache from v1 to v2.1.0 ( #5244 )
2020-08-13 17:30:13 +02:00
Erik Grinaker
a0bd5e7ddd
tests: use github.sha in binary cache key ( #5062 )
2020-06-29 15:02:15 +02:00
Marko
812dddc5ce
ci: fix spacing of if statement ( #5015 )
...
## Description
This pr fixes the spacing of the if statement. It was working but throwing warnings. this aims to resolve that
Closes: #XXX
2020-06-16 14:35:16 +00:00
Marko
062764ae72
ci: migrate test_cover ( #4869 )
...
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com >
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com >
2020-06-16 11:36:40 +02:00
Marko
a27317dff0
ci: add timeouts ( #4912 )
...
## Description
Add Timeouts to Github action jobs. The goal of adding timeouts is so if a job is hanging on something it gets killed and the author will get notified.
I picked these times based on previous circle and Github action times then doubled & in some places tripled the times.
Closes: #XXX
2020-05-28 13:09:59 +00:00
Marko
7866f4a995
ci: migrate localnet to github actions ( #4878 )
...
## Description
This PR moves `localnet` from circleci to github actions.
Would we like to add longer lived nets?
Closes: #XXX
2020-05-26 08:10:41 +00:00
Marko
ffc73ba03d
ci: checkout code before git diff check ( #4779 )
2020-04-29 21:48:10 +02:00
Marko
1e925acd04
ci: check git diff on each job ( #4770 )
2020-04-29 14:55:15 +02:00
Marko
7a87a784bf
ci: only run when applicable ( #4752 )
...
- only run tests when .go, .mod, .sum files have been touched
- only run proto checks when .proto files have been touched
Signed-off-by: Marko Baricevic marbar3778@yahoo.com
2020-04-28 16:07:11 +02:00
Marko
62feafb6bd
ci: transition some ci to github actions
...
## Description
move tests for abci_cli, abci_app and app_tests to github actions
______
For contributor use:
- [ ] Wrote tests
- [ ] Updated CHANGELOG_PENDING.md
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Updated relevant documentation (`docs/`) and code comments
- [ ] Re-reviewed `Files changed` in the Github PR explorer
2020-04-20 10:30:06 +00:00