-
Notifications
You must be signed in to change notification settings - Fork 187
[#2384] Testing publish-Reposense on every push/PR on the main repo. #2489
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
base: master
Are you sure you want to change the base?
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).