Skip to content

chore: Ignore .gemini-clipboard and remove from repo #3

chore: Ignore .gemini-clipboard and remove from repo

chore: Ignore .gemini-clipboard and remove from repo #3

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