diff --git a/.github/workflows/acceptance_tests_feedback.yml b/.github/workflows/acceptance_tests_feedback.yml index 37f465961ff1..1fe6e310d1ac 100644 --- a/.github/workflows/acceptance_tests_feedback.yml +++ b/.github/workflows/acceptance_tests_feedback.yml @@ -23,8 +23,9 @@ jobs: body: | :wave: Hello! Thanks for contributing to our project. Acceptance tests will take same time (aprox. 1h), please be patient :coffee: - Once tests finish, if they fail, you can check :eyes: the cucumber report. - You can also check the artifacts section, which contains the logs. + You can see the progress at the end of this page and at https://github.com/uyuni-project/uyuni/pull/${{ github.event.pull_request.number }}/checks + Once tests finish, if they fail, you can check :eyes: the cucumber report. See the link at the output of the action. + You can also check the artifacts section, which contains the logs at https://github.com/uyuni-project/uyuni/pull/${{ github.event.pull_request.number }}/checks. See the [troubleshooting guide](https://github.com/uyuni-project/uyuni/wiki/Running-Acceptance-Tests-at-PR#troubleshooting) if you need any help. :warning: You should not merge if acceptance tests fail to pass. :warning: