Merge pull request #626 from lightswitch05/feature/run-tests-on-github-actions

Feature: Run tests on GitHub actions
This commit is contained in:
Adam Hill 2020-05-30 14:24:39 -05:00 committed by GitHub
commit b093aaabd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

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