🚧 Test GitHub Actions build

This commit is contained in:
Mike Gerber 2020-12-03 17:03:30 +01:00 committed by GitHub
parent 42e8bf67e2
commit cb05e8229e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.github/workflows/test.yml vendored Normal file
View file

@ -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