From 5594438476b4d4eee4e3f13fcc07304a6e4c6b0c Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Fri, 20 Oct 2023 13:56:04 +0200 Subject: [PATCH] rephrase message in gh actions Signed-off-by: Jordi Massaguer Pla --- .github/workflows/acceptance_tests_feedback.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/acceptance_tests_feedback.yml b/.github/workflows/acceptance_tests_feedback.yml index 56b629464df3..37f465961ff1 100644 --- a/.github/workflows/acceptance_tests_feedback.yml +++ b/.github/workflows/acceptance_tests_feedback.yml @@ -21,10 +21,13 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} body: | - :wave: Hello! Thanks for contributing to our project :smile: - :coffee: Acceptance tests will take same time (aprox. 1h) - :eyes: Once tests finish, you can check the cucumber report. + :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. 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 - Happy hacking + + :warning: You should not merge if acceptance tests fail to pass. :warning: + + Happy hacking!