mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
feat: add directory mapping to map between Docker image and local path
This commit is contained in:
parent
3ec78ee9ff
commit
9b503434d1
6 changed files with 35 additions and 9 deletions
|
|
@ -68,6 +68,11 @@ inputs:
|
|||
Detailed listing of test suites and test cases will be skipped.
|
||||
default: 'false'
|
||||
required: false
|
||||
directory-mapping:
|
||||
description: |
|
||||
Map part of the file paths to something else, so they match the paths of the repository.
|
||||
This is needed when you use run your code in a container with a different path than the source code repository.
|
||||
required: false
|
||||
token:
|
||||
description: GitHub Access Token
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue