Skip to content

Commit

Permalink
Merge pull request #7726 from jordimassaguerpla/30771
Browse files Browse the repository at this point in the history
rephrase message in gh actions
  • Loading branch information
jordimassaguerpla authored Oct 20, 2023
2 parents 2f8fde4 + 5594438 commit dfa1a79
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/acceptance_tests_feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit dfa1a79

Please sign in to comment.