Skip to content

release: v0.6.0 - Modular plugin system with high-quality icons #1

release: v0.6.0 - Modular plugin system with high-quality icons

release: v0.6.0 - Modular plugin system with high-quality icons #1

Workflow file for this run

name: Tests
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
test:
name: Run Pester Tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run Pester Tests
shell: powershell
run: |
Invoke-Pester tests/InstallScript.Tests.ps1 -PassThru