Skip to content

Refactor cleanup helpers, stabilize module exports, and remove boolea… #40

Refactor cleanup helpers, stabilize module exports, and remove boolea…

Refactor cleanup helpers, stabilize module exports, and remove boolea… #40

Workflow file for this run

name: Pester Tests
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Tests
shell: pwsh
run: |
# Import your module explicitly
Import-Module "$env:GITHUB_WORKSPACE/VSCode-Updater.psm1" -Force
# Run Pester using the built-in version
Invoke-Pester -Path Tests -Output Detailed