Skip to content

Commit

Permalink
tests: show test status in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Mar 22, 2024
1 parent a7d9cca commit b1c8c43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
git_ref: "main"
tmt_plan_regex: "smoke_plan"
pull_request_status_name: "Smoke test"
update_pull_request_status: "true"
1 change: 1 addition & 0 deletions .github/workflows/github_summary_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
tmt_plan_regex: "smoke_plan"
pull_request_status_name: "GitHub summary test"
create_github_summary: "user_defined_key=user_defined_value"
update_pull_request_status: "true"
1 change: 1 addition & 0 deletions .github/workflows/secrets_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
tmt_plan_regex: "secrets_plan"
pull_request_status_name: "Secrets test"
secrets: "SOME_DUMMY_SECRET=FOO_BAR_SECRET;OS_SECRET=DUMMY_SECRET_OS"
update_pull_request_status: "true"
1 change: 1 addition & 0 deletions .github/workflows/variables_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
tmt_plan_regex: "variables_plan"
pull_request_status_name: "Variables test"
variables: "SOME_DUMMY_VARIABLE=FOO_BAR_VARIABLE;OS_VARIABLE=DUMMY_OS"
update_pull_request_status: "true"

0 comments on commit b1c8c43

Please sign in to comment.