Skip to content

Update tag-studio.json #12

Update tag-studio.json

Update tag-studio.json #12

Workflow file for this run

name: Tests
on:
pull_request:
push:
workflow_dispatch:
jobs:
test_shell:
name: Test shell ${{ matrix.shell }}
runs-on: windows-latest
strategy:
matrix:
shell:
- powershell
- pwsh
defaults:
run:
shell: ${{ matrix.shell }}
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 }}
run: |
$env:SCOOP_HOME="$(Convert-Path '.\scoop_core')"
.\scoop_core\test\bin\init.ps1
.\self_bucket\bin\test.ps1