From 1f13d6aa916c6101678c7aab752a21bc9c0f9105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 23 Oct 2020 14:30:41 +0200 Subject: [PATCH] Add build check to CI (#2165) * Add build check to CI * Use tag name --- .github/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 579e3a33a..c8eb93d2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}