Skip to content

Commit e227067

Browse files
committed
fixed now?
1 parent 3b4df94 commit e227067

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/run-tests.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- master
77
pull_request:
88

9+
permissions:
10+
checks: write
11+
pull-requests: write
12+
913
jobs:
1014
test:
1115
runs-on: windows-latest
@@ -32,6 +36,9 @@ jobs:
3236
run: dotnet test src/ParquetViewer.sln --no-build --logger trx
3337

3438
- name: Test Report
35-
uses: EnricoMi/publish-unit-test-result-action/windows@v2
39+
uses: bibipkins/dotnet-test-[email protected]
3640
with:
37-
files: src/ParquetViewer.Tests/TestResults/*.trx
41+
github-token: ${{ secrets.GITHUB_TOKEN }}
42+
comment-title: 'Unit Test Results'
43+
results-path: ./src/ParquetViewer.Tests/TestResults/*.trx
44+

0 commit comments

Comments
 (0)