mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Merge pull request #287 from micha-one/main
declare 'url' and 'url_html' as action outputs
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user