Skip to content

Commit

Permalink
Add support path in tmt repository with metadata.
Browse files Browse the repository at this point in the history
Default is ".", root directory

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Apr 3, 2024
1 parent cd1f435 commit ae065b2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ See [Testing Farm onboarding guide](https://docs.testing-farm.io/Testing%20Farm/
| `git_ref` | A tmt tests branch which will be used for tests | master |
| `tmt_plan_regex` | A regular expression used to select tmt plans | all |
| `tmt_context` | A mapping of tmt context variable [tmt-context](https://tmt.readthedocs.io/en/latest/spec/context.html), variables separated by ; | empty |
| `path` | A path in the repository with tmt metadata | "." |

### Test Environment

Expand Down
2 changes: 1 addition & 1 deletion dist/action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/schema/input.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/schema/input.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae065b2

Please sign in to comment.