We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a21ce commit 365aeb0Copy full SHA for 365aeb0
.github/workflows/unit-tests.yml
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Generate Test Report
36
if: always()
37
+ shell: pwsh
38
run: |
39
$trxFile = Get-ChildItem -Path . -Filter "test-results.trx" -Recurse | Select-Object -First 1
40
if ($null -ne $trxFile) {
0 commit comments