mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat: include scoop testing workflow
This commit is contained in:
parent
cff452e7cb
commit
da74175c17
1 changed files with 14 additions and 0 deletions
14
.github/workflows/scoop_test.yaml
vendored
Normal file
14
.github/workflows/scoop_test.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue