mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
declare 'url' and 'url_html' as action outputs
This commit is contained in:
parent
9301b44e65
commit
91ccfa2026
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ outputs:
|
||||||
description: Count of skipped tests
|
description: Count of skipped tests
|
||||||
time:
|
time:
|
||||||
description: Test execution time [ms]
|
description: Test execution time [ms]
|
||||||
|
url:
|
||||||
|
description: Check run URL
|
||||||
|
url_html:
|
||||||
|
description: Check run URL HTML
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue