Skip to content
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

rephrase message in gh actions #7726

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!