Skip to content

Commit

Permalink
specify pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Jun 4, 2024
1 parent 3311e50 commit 82e41bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
path: ${{ env.TEST_RESULT_FILE_NAME }}
retention-days: 1
- name: Parse the results json in powershell
shell: powershell
shell: pwsh
run: |
$success = $true
$filePath="${{ env.TEST_RESULT_FILE_NAME }}"
Expand Down

0 comments on commit 82e41bc

Please sign in to comment.