Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DotNET Test Reporting

DotNET Test Reporting #266

name:DotNET Test Reporting
# read-write repo token
# access to secrets
on:
workflow_run:
workflows:['DotNET-build']
types:
-completed
permissions:
contents:read
actions:read
checks:write
jobs:
upload:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-uses:dorny/test-reporter@v2
with:
artifact:test-results
name:DotNET - Tests
path:'**/test-results.trx'
reporter:dotnet-trx
fail-on-error:false

[8]ページ先頭

©2009-2025 Movatter.jp