Skip to content

Merge branch 'master' of https://github.com/AntonOks/scoop-aoks #248

Merge branch 'master' of https://github.com/AntonOks/scoop-aoks

Merge branch 'master' of https://github.com/AntonOks/scoop-aoks #248

Workflow file for this run

name: Tests
on:
push:
branches:
- 'main'
- 'master'
pull_request:
workflow_dispatch:
jobs:
test_pwsh:
name: PowerShell
runs-on: windows-latest
steps:
- name: Checkout Bucket
uses: actions/checkout@v4
with:
fetch-depth: 2
path: my_bucket
- name: Checkout Scoop
uses: actions/checkout@v4
with:
repository: ScoopInstaller/Scoop
path: scoop_core
- name: Init Test Suite
uses: potatoqualitee/[email protected]
with:
modules-to-cache: BuildHelpers
shell: pwsh
- name: Test Bucket
shell: pwsh
run: |
$env:SCOOP_HOME="$(Convert-Path '.\scoop_core')"
.\my_bucket\bin\test.ps1