Skip to content

Commit

Permalink
fix: tests for private function exports
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jan 11, 2024
1 parent 727a47b commit 1026637
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test-deploy-powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ jobs:
shell: pwsh
run: |
. ./build.ps1 -Task Test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: NUnit Tests
path: '**/Test*.xml'
reporter: jest-junit

0 comments on commit 1026637

Please sign in to comment.