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 40ecc28 commit 41a8a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
with:
include_paths: pester
github_token: ${{ secrets.GITHUB_TOKEN }}
tests_fail_step: false
tests_fail_step: true
skip_check_run: true
continue-on-error: true
- name: Move test results
run: Move-Item -Path ${{ github.workspace }}\_TMP\* -Destination ${{ github.workspace }}\logs
shell: pwsh
Expand Down

0 comments on commit 41a8a0d

Please sign in to comment.