From cb05e8229e5349a0ad635ecc9e67c3956a222e99 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 3 Dec 2020 17:03:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Test=20GitHub=20Actions=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..b0cae23 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,21 @@ +name: Test + +on: + release: + types: [created] + +env: + + +jobs: + build: + name: Setup, Build, Publish, and Deploy + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Build + run: |- + FORCE_DOWNLOAD=y ./build