Skip to content

Commit 365aeb0

Browse files
bash commands for unit test pipeline
1 parent 81a21ce commit 365aeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
- name: Generate Test Report
3636
if: always()
37+
shell: pwsh
3738
run: |
3839
$trxFile = Get-ChildItem -Path . -Filter "test-results.trx" -Recurse | Select-Object -First 1
3940
if ($null -ne $trxFile) {

0 commit comments

Comments
 (0)