Skip to content

#51 Convert some calls and suppress python syntax warning #123

#51 Convert some calls and suppress python syntax warning

#51 Convert some calls and suppress python syntax warning #123

Workflow file for this run

name: Pester Unit Test
on: push
jobs:
pester-test:
name: Pester test
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Perform a Pester test from the Tests.ps1 file
shell: pwsh
run: |
./Run-ScepmanTests.ps1