Commit Graph

14 Commits

Author SHA1 Message Date
Bert Blommers
5aa8d03a59
Admin - Use GraphQL to find PR, instead of commit msg (#3792) 2021-03-21 10:18:53 +00:00
Bert Blommers
0ab7362f8b
Automate 'This is now part of moto >= ..' comments (#3791) 2021-03-20 16:36:00 +00:00
Bert Blommers
5aefbb1e51
Update build.yml - install missing dep on deploy 2021-03-05 12:36:32 +00:00
Bert Blommers
9ec232936f
Build - use Py3.8 2021-03-03 09:57:08 +00:00
Bert Blommers
562d0eef69
Automate releases (#3732)
* Test custom action with custom input

* Run test workflow on push

* Automated release configuration
2021-03-03 09:06:22 +00:00
Bert Blommers
0ae1ce9042
Only allow release on manual trigger 2021-02-24 17:27:14 +00:00
Bert Blommers
52b10d9d3e
Automate release - Test Github Action (#3726)
* Test custom action with custom input

* Run test workflow on push
2021-02-24 14:42:22 +00:00
Bert Blommers
afdab66218
Enable Py2 test coverage (#3698)
* Enable Py2 test coverage

* Coverage - exclude XRay as it's throwing errors

* Update requirements-tests.txt

* Revert "Coverage - exclude XRay as it's throwing errors"

This reverts commit bb58e0ef847301af034bee5992966a0474c19f9a.

* Enable coverage for all workflows
2021-02-16 17:03:41 +00:00
Bert Blommers
cb6606f3f3
Update build.yml 2021-02-16 10:44:48 +00:00
Bert Blommers
f246d4162f
Update build.yml 2021-02-12 12:59:45 +00:00
Bert Blommers
4ce936a284
CI - Run codecov on all tests, not just Py3.7 (#3654)
* CI - Run codecov on all tests, not just Py3.7

* Update build.yml

* Update build.yml
2021-02-02 18:01:00 +00:00
Brian Pandola
ef1cb2e544
Enable GitHub Actions to run successfully on forks (#3622)
* Trigger workflow on any push or pull request.
* Conditionally run Codecov Upload and Deploy *only* on `spulec/moto` repository.

This allows contributors to get CI results on their forked repo before
submitting PRs to `moto`.  Previously, forked repos could run the actions
but would fail (rightfully) on the steps that should only be run on the
main repo (and require tokens/secrets).
2021-01-28 15:19:30 +00:00
Bert Blommers
8591eda9d6
Introduce Github Actions to replace TravisCI (#3610) 2021-01-26 12:37:03 +00:00
Bert Blommers
8f4c3e4a51
Create GithubActions workflow 2021-01-23 20:46:54 +00:00