mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Added build-directory parameter
Used to override the working directory for when the source was build under a different path
This commit is contained in:
parent
e9fa2f582c
commit
0351b3f450
4 changed files with 17 additions and 3 deletions
|
|
@ -60,6 +60,9 @@ inputs:
|
|||
working-directory:
|
||||
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
|
||||
required: false
|
||||
build-directory:
|
||||
description: Relative path for the source tree when it was compiled (This can be different that working-directory if, for instance, you build inside a docker container)
|
||||
required: false
|
||||
only-summary:
|
||||
description: |
|
||||
Allows you to generate only the summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue