Skip to content

Commit

Permalink
doc: add example of statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Sep 25, 2024
1 parent a2342ae commit ba14a1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,15 @@ jobs:
uses: sclorg/testing-farm-as-github-action@v3
with:
api_key: ${{ secrets.TF_API_KEY }}
tmt_plan_regex: "centos"
pull_request_status_name: "CentOS 7"
tmt_plan_regex: "smoke"
pull_request_status_name: "Smoke test"
```
and as soon as the job is finished you will see the test results in the pull request status:
✅ | ❌ Testing Farm - CentOS 7 - Build finished
<p align="center">
<img src="images/statuses.png" width="600" alt="Statuses example" />
</p>
### Run workflow at push to the main branch
Expand Down
Binary file added images/statuses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba14a1d

Please sign in to comment.