mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 07:07:08 +01:00
revert directory mapping
This commit is contained in:
parent
748bf26479
commit
0582e4d1dc
4 changed files with 0 additions and 18 deletions
|
|
@ -44,7 +44,6 @@ class TestReporter {
|
|||
readonly workDirInput = core.getInput('working-directory', {required: false})
|
||||
readonly onlySummary = core.getInput('only-summary', {required: false}) === 'true'
|
||||
readonly token = core.getInput('token', {required: true})
|
||||
readonly directoryMapping = core.getInput('directory-mapping', {required: true})
|
||||
readonly octokit: InstanceType<typeof GitHub>
|
||||
readonly context = getCheckRunContext()
|
||||
|
||||
|
|
@ -65,8 +64,6 @@ class TestReporter {
|
|||
core.setFailed(`Input parameter 'max-annotations' has invalid value`)
|
||||
return
|
||||
}
|
||||
|
||||
console.log('Directory mapping: ', this.directoryMapping)
|
||||
}
|
||||
|
||||
async run(): Promise<void> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue