[#2384] Testing publish-Reposense on every push/PR on the main repo.#2489
[#2384] Testing publish-Reposense on every push/PR on the main repo.#2489feliciahmq wants to merge 13 commits intoreposense:masterfrom
Conversation
Feature/2384 repo dispatch ci
|
Hi @feliciahmq, thank you very much for looking into this issue! It is impressive to see the progress you have made. Could you kindly share the links to the CI/CD actions that you have tested on your forked repos? That will be much easier for us to review and keep track of changes. Also, I remember there is a specific case where it will cause the blank page to appear, but I forgot the exact details @sopa301 , could you please help clarify that scenario again? It would be great if that case can be tested as well on your forked repo. |
|
@CYX22222003 Are you referring to #2202? Some details are in #2203, which can be used to derive a test case for this PR |
Yes, that's the case i am looking for. Thank you for the help! |
|
https://github.com/feliciahmq/RepoSense/actions/runs/16550460816
https://github.com/feliciahmq/publish-RepoSense/actions/runs/16552028862
|
|
Hi, |
|
Hi, |
|
This PR was closed because it has been marked as stale for 7 days with no activity. |
Fixes #2384
Proposed commit message
Other information
ive added a
trigger-regression-test.ymlworkflow inRepoSensethat automatically triggers a workflow inpublish-RepoSenseon every pull request. this trigger sends over the PR number and commit SHA to the downstream repo.in
publish-reposense, it clones theRepoSenserepository at the specified SHA, builds the project with Gradle, runs the website on a GitHub Actions runner and uses Lighthouse CLI to audit the generated site.a
REPO_DISPATCH_TOKENneeds to be created as it is required when usingcurlto callrepository_dispatchGitHub API in a different repo (publish-reposense).