Skip to content

Update Initialize-UcmRequirements.ps1 #51

Update Initialize-UcmRequirements.ps1

Update Initialize-UcmRequirements.ps1 #51

Workflow file for this run

name: 'Pester Tests'
on:
push:
jobs:
pester-test:
name: Pre-Build Tests
runs-on: windows-2019
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Test Public ps1 files
shell: pwsh
run: ./Test-ImportFunctions.ps1 | Should -Be $true
- name: Perform a Pester test from the UcmPSTools.Tests file
shell: pwsh
run: |
Invoke-Pester UcmPSTools.Tests.ps1 -Passthru