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 a225f02 commit 9ba7610
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 @@ -25,7 +25,8 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Create logs directory
run: mkdir -p ${{ github.workspace }}/logs
run: New-Item -Path ${{ github.workspace }}\logs -ItemType Directory -Force
shell: pwsh
- name: pester_tests
id: pester_tests
uses: zyborg/pester-tests-report@v1
Expand Down

0 comments on commit 9ba7610

Please sign in to comment.