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