We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1264b1b commit 735b998Copy full SHA for 735b998
.github/workflows/run-tests.yaml
@@ -36,4 +36,4 @@ jobs:
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
comment-title: 'Unit Test Results'
39
- results-path: ./TestResults/*.trx
+ results-path: ./src/ParquetViewer.Tests/TestResults/*.trx
0 commit comments