Skip to content

Updated django-5.0.2 and python-3.12.2 #57

Updated django-5.0.2 and python-3.12.2

Updated django-5.0.2 and python-3.12.2 #57

name: powerShell
on: push
jobs:
pester-test:
name: powerShell
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Perform a Pester test from the windowCmd.webInstall.ps1 file
shell: pwsh
run: |
Invoke-Pester windowCmd.webInstall.ps1 -Passthru