mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 05:06:30 +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
|
||||
- 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user