From da74175c171703b137c864fe014b1316e6aca23f Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 12:49:38 +0530 Subject: [PATCH] feat: include scoop testing workflow --- .github/workflows/scoop_test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/scoop_test.yaml diff --git a/.github/workflows/scoop_test.yaml b/.github/workflows/scoop_test.yaml new file mode 100644 index 0000000..f3bdf5b --- /dev/null +++ b/.github/workflows/scoop_test.yaml @@ -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