Skip to content

[1.0.0-alpha1] Upgrade to psake 5.0.0 with task caching and LLM output #100

[1.0.0-alpha1] Upgrade to psake 5.0.0 with task caching and LLM output

[1.0.0-alpha1] Upgrade to psake 5.0.0 with task caching and LLM output #100

Workflow file for this run

name: Test

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 23, Col: 14): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell
on:
push:
branches: [ $default-branch ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
shell: [pwsh]
include:
- os: windows-latest
shell: powershell
name: 'Windows PowerShell 5.1'
steps:
- uses: actions/checkout@v4
- name: Test
shell: ${{ matrix.shell }}
env:
DEBUG: ${{ runner.debug == '1' }}
run: |
if($env:DEBUG -eq 'true' -or $env:DEBUG -eq '1') {
$DebugPreference = 'Continue'
}
./build.ps1 -Task Test -Bootstrap