mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-16 05:36:29 +00:00
parent
78c09a0fa6
commit
1f13d6aa91
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@ -429,3 +429,18 @@ jobs:
|
|||||||
coverage xml
|
coverage xml
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.14
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user