Skip to content

Commit

Permalink
Update unittests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jan 11, 2024
1 parent 9ba7610 commit fa59006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
tests_fail_step: true
skip_check_run: true
test_results_path: '${{ github.workspace }}/logs'
- name: Move test results
run: Move-Item -Path ${{ github.workspace }}\_TMP\* -Destination ${{ github.workspace }}\logs
shell: pwsh
- name: dump test results
shell: pwsh
run: |
Expand Down

0 comments on commit fa59006

Please sign in to comment.