Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Try to add GitHub action for CI #37

Merged
merged 6 commits into from
Apr 27, 2020
Merged

Try to add GitHub action for CI #37

merged 6 commits into from
Apr 27, 2020

Conversation

tiangolo
Copy link
Owner

👷 Try to add GitHub action for CI

@tiangolo
Copy link
Owner Author

GitHub actions take 4 min to finish CI, Travis is taking 9.

Travis gives 5 free concurrent instances (highly appreciated 🙇 ). But there are 7 images per PR, and one build for the branch and one for the PR itself, that means 14. Each build takes about 3 or 4 min, so 3 minutes have to pass before the next build starts, this time accumulates and ends up in longer build times.

As GitHub gives 20 free concurrent instances 🎁 it finishes a lot faster.

@tiangolo tiangolo merged commit 24dd544 into master Apr 27, 2020
@tiangolo tiangolo deleted the github-action branch April 27, 2020 08:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant