mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Update dist
This commit is contained in:
parent
64efc64bfa
commit
5a727517ad
2 changed files with 2 additions and 1 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
|
@ -359,6 +359,7 @@ class TestReporter {
|
||||||
core.setOutput('failed', failed);
|
core.setOutput('failed', failed);
|
||||||
core.setOutput('skipped', skipped);
|
core.setOutput('skipped', skipped);
|
||||||
core.setOutput('time', time);
|
core.setOutput('time', time);
|
||||||
|
core.setOutput('runid', this.context.runId);
|
||||||
if (this.failOnError && isFailed) {
|
if (this.failOnError && isFailed) {
|
||||||
core.setFailed(`Failed test were found and 'fail-on-error' option is set to ${this.failOnError}`);
|
core.setFailed(`Failed test were found and 'fail-on-error' option is set to ${this.failOnError}`);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue