Skip to content

Setup bucket

Setup bucket #1

Workflow file for this run

name: Tests
on:
pull_request:
push:
workflow_dispatch:
jobs:
test_shell:
name: Test shell
runs-on: windows-latest
strategy:
matrix:
shell: [ powershell, pwsh ]
steps:
- name: Checkout Bucket
uses: actions/[email protected]
with:
fetch-depth: 2
path: 'self_bucket'
- name: Checkout Scoop
uses: actions/[email protected]
with:
repository: ScoopInstaller/Scoop
path: 'scoop_core'
- name: Init and Test on ${{ matrix.shell }}
shell: ${{ matrix.shell }}

Check failure on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 27, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell
run: |
$env:SCOOP_HOME="$(Convert-Path '.\scoop_core')"
.\scoop_core\test\bin\init.ps1
.\self_bucket\bin\test.ps1