Skip to content

Merge branch 'feature/shortcut-preview' into develop #6

Merge branch 'feature/shortcut-preview' into develop

Merge branch 'feature/shortcut-preview' into develop #6

Workflow file for this run

name: test
on: push
jobs:
pester-test:
name: test
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Perform a Pester test from the Main.Tests.ps1
shell: pwsh
run: |
Invoke-Pester ./src/Main.Tests.ps1 -Passthru