feat: include scoop testing workflow

This commit is contained in:
Erica Marigold 2023-08-01 12:49:38 +05:30 committed by GitHub
parent cff452e7cb
commit da74175c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/scoop_test.yaml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Scoop Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: windows-2019
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Test
run: |
./test/scoop/entrypoint.ps1