Skip to content

Commit 2ed150b

Browse files
committed
Fix path pattern
1 parent 2619a08 commit 2ed150b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: always()
6363
with:
6464
name: Report debug tests
65-
path: .\src\FSharpy.TaskSeq.Test\TestResults\test-results-debug.trx
65+
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-debug.trx
6666
reporter: dotnet-trx
6767

6868
# deploy:

0 commit comments

Comments
 (0)