Add build check to CI (#2165)

* Add build check to CI

* Use tag name
This commit is contained in:
Joakim Sørensen 2020-10-23 14:30:41 +02:00 committed by GitHub
parent 78c09a0fa6
commit 1f13d6aa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,3 +429,18 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.14
build:
name: Check build
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2
- name: Build Supervisor
uses: home-assistant/builder@2020.10.0
with:
args: |
--test \
--all \
--target /data \
--generic ${{ github.sha }}