Skip to content

Promote from BLAIS5-4414 to main (#186) #357

Promote from BLAIS5-4414 to main (#186)

Promote from BLAIS5-4414 to main (#186) #357

Workflow file for this run

---
name: Run unit tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pester:
name: Run Pester
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Run Pester command
shell: pwsh
run: |-
Invoke-Pester .\scripts\* -Passthru