-
Notifications
You must be signed in to change notification settings - Fork 379
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
GitHub Actions #1320
GitHub Actions #1320
Conversation
Does anyone have an idea about why the Symfony jobs are not run? |
do you need some feedback from the community here? feel free to tweet and I will RT |
Once this PR is ready, a call for community feedback would be welcomed! |
this collides to some extent with #1313 i guess. i still think deciding on what versions to build and all that makes sense, then we can merge 1313 and have this one convert the current status of builds to github actions. |
I agree to merge #1313 before this one. |
I moved backward with this PR and the whole move to GitHub Actions will be done in many PRs. This PR now focus on adding something equivalent to the Travis matrix minus the dev jobs and the code coverage. |
Could it be the settings you use in this repository? You are probably limiting the actions that can be executed. (This is working fine on other repos: nelmio/NelmioApiDocBundle#1766) |
I checked with @dbu and the Actions permissions settings is on "Allow all actions". We guess it doesn't work as there is no such workflow in the That's the reason why I removed the full switch from Travis to GitHub Actions from this PR. |
so maybe we just merge and then handle whatever might need more work with a
follow up PR?
On Wed, 23 Dec 2020 at 16:34, Fabien Bourigault ***@***.***> wrote:
I checked with @dbu <https://github.com/dbu> and the Actions permissions
settings is on "Allow all actions".
We guess it doesn't work as there is no such workflow in the master
branch.
That's the reason why I removed the full switch from Travis to GitHub
Actions from this PR.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1320 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACJJ55N5EKNCQZ7YIDOQYDSWIEXDANCNFSM4VANAZTA>
.
--
regards,
Lukas
|
That's probably the best option. Review here is more for the base matrix. |
This PR adds PHPUnit runs through GitHub Actions.
Workflow result is visible in my fork: https://github.com/fbourigault/LiipImagineBundle/actions
The following points will be covered in subsequent PRs: