Skip to content

Fixing some line endings and cleaning up psd1 so canary works properly #2

Fixing some line endings and cleaning up psd1 so canary works properly

Fixing some line endings and cleaning up psd1 so canary works properly #2

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-powershell:
name: PowerShell 7 (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Test
shell: pwsh
run: ./build.ps1 -Task Test -Bootstrap
test-windows-powershell:
name: Windows PowerShell 5.1
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Test
shell: powershell
run: ./build.ps1 -Task Test -Bootstrap