2023-08-01 08:19:38 +01:00
|
|
|
name: Scoop Test
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: windows-2019
|
|
|
|
steps:
|
|
|
|
- name: Check out repo
|
2023-08-03 14:13:24 +01:00
|
|
|
uses: actions/checkout@v3
|
2023-08-01 08:19:38 +01:00
|
|
|
- name: Test
|
|
|
|
run: |
|
|
|
|
./test/scoop/entrypoint.ps1
|