mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 23:17:09 +01:00
Add action typing
This commit is contained in:
parent
0b4ea9b681
commit
e55cef4845
3 changed files with 114 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ This [Github Action](https://github.com/features/actions) displays test results
|
|||
|
||||
✔️ Provides final `conclusion` and counts of `passed`, `failed` and `skipped` tests as output parameters
|
||||
|
||||
Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using
|
||||
https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL.
|
||||
|
||||
**How it looks:**
|
||||
|||||
|
||||
|:--:|:--:|:--:|:--:|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue