We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2619a08 commit 2ed150bCopy full SHA for 2ed150b
.github/workflows/build.yaml
@@ -62,7 +62,7 @@ jobs:
62
if: always()
63
with:
64
name: Report debug tests
65
- path: .\src\FSharpy.TaskSeq.Test\TestResults\test-results-debug.trx
+ path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-debug.trx
66
reporter: dotnet-trx
67
68
# deploy:
0 commit comments