mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
.
This commit is contained in:
parent
3d6255d50f
commit
67e7f6effb
1 changed files with 0 additions and 10 deletions
|
|
@ -1,13 +1,3 @@
|
||||||
import * as core from '@actions/core'
|
|
||||||
import {getExecOutput} from '@actions/exec'
|
|
||||||
|
|
||||||
export async function listFiles(): Promise<string[]> {
|
export async function listFiles(): Promise<string[]> {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
function fixStdOutNullTermination(): void {
|
|
||||||
// Previous command uses NULL as delimiters and output is printed to stdout.
|
|
||||||
// We have to make sure next thing written to stdout will start on new line.
|
|
||||||
// Otherwise things like ::set-output wouldn't work.
|
|
||||||
core.info('')
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue