1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 13:37:56 +01:00

Misc fixes + test sleep before artifact-test

This commit is contained in:
Michal Dorner 2021-02-17 21:20:40 +01:00
parent 96237b3119
commit 93c3964547
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
5 changed files with 7 additions and 5 deletions

View file

@ -85,6 +85,8 @@ class TestReporter {
const trackedFiles = await inputProvider.listTrackedFiles()
const workDir = this.artifact ? undefined : normalizeDirPath(process.cwd(), true)
core.info(`Found ${trackedFiles.length} files tracked by GitHub`)
const options: ParseOptions = {
workDir,
trackedFiles,