-
-
Notifications
You must be signed in to change notification settings - Fork 19
Added PHPUnit tests as a GitHub action #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Where can I see the output? |
Click the link above or: |
Because I did not open a pull request in |
That's interesting. |
18s via actions vs 54s via travis. Looks tempting. |
@simialbi any guide on how to add action necessary? |
No. This action should work everywhere without any changes. |
I tested it on bootstrap 4 repository too which is a bit more complex (old php versions, different os's): |
In this case travis was faster so I wonder if it worth switching... |
I would consider switching. Travis is an external service, GitHub action isn't... |
And it could have consumed more time because I have limited concurrent actions to 3... ( |
Yes it's like I supposed. As soon as I remove |
Thanks for putting it all together. I'll apply it to one of the repositories to see how it goes. |
By now it's applied to many repos. Thanks again @simialbi for making us very interested in Github actions. |
This action executes PHPUnit tests without travis dependency. It works with default GitHub actions:
https://github.com/simialbi/template/commit/ca01a608d262959eb3fcb5948b76dc9698b0cf2f/checks?check_suite_id=265348254