-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix - GHA are not triggered in case of merge #109
Conversation
[GitHub Actions] |
1 similar comment
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
eb0ad8e
to
faadf96
Compare
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] {"code":"SUCCESS","data":[{"url":"https://nrn-v2-mst-aptd-at-lcz-sty-c1-pz6z3xu9a.vercel.app","localReport":"/tmp/lighthouse-artifacts/lighthouse-report-1591983670371.html","scores":{"accessibility":98,"bestPractices":100,"performance":65,"progressiveWebApp":56,"seo":92}}]} |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] - Lighthouse report for https://nrn-v2-mst-aptd-at-lcz-sty-c1-f9z92i60r.vercel.app |
[GitHub Actions] |
@Demmonius After reviewing, here is a summary of feedback:
|
8c5fb51
to
2e6075c
Compare
[GitHub Actions] |
[GitHub Actions] - Lighthouse report for https://nrn-v2-mst-aptd-at-lcz-sty-c1-cq2ixz1d8.vercel.app |
@Vadorequest As I told you, we have to repeat this action. Each "job" is run in a different environment and so we can't do a setenv or use the ouput in another job. Although I don't like it, I can't do otherwise at the moment. I'll work on ACT in another PR but for me, the work is done here :) |
What would you like to do about the colors? |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] - Lighthouse report for https://nrn-v2-mst-aptd-at-lcz-sty-c1-cq2ixz1d8.vercel.app |
[GitHub Actions] |
Alright, so:
Let's wait and see if https://github.com/foo-software/lighthouse-check-action add the ability to specify a
Apparently, there is not better alternative, so let's keep it that way.
To be done in a separated PR. Looks like we're done here. I'll review and merge. |
[GitHub Actions] |
[GitHub Actions] - Lighthouse report for https://nrn-v2-mst-aptd-at-lcz-sty-c1-jvplgf4mh.vercel.app |
[GitHub Actions] |
# Conflicts: # .github/workflows/deploy-zeit-staging.yml
[GitHub Actions] |
[GitHub Actions] - Lighthouse report for https://nrn-v2-mst-aptd-at-lcz-sty-c1-2z9fourfl.vercel.app |
[GitHub Actions] |
Co-authored-by: Dhenain Ambroise <ambroise.dhenain@gmail.com>
Fix #103 not triggering on PR merge.