Run circle-test.sh in Github Actions on push or PR

Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
Daniel
2020-05-28 23:00:55 -04:00
parent 72f5730d56
commit 55ee5d0e60

26
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Tests
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ARCH:
- amd64
# https://github.com/pi-hole/docker-pi-hole/issues/587#issuecomment-617180631
#- armel
- armhf
- arm64
env:
ARCH: ${{matrix.ARCH}}
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Run Circle Test
run: |
echo "Building ${ARCH}"
./circle-test.sh