Create test.yml
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: "Test"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Test build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Test build current
|
||||
uses: home-assistant/builder@master
|
||||
with:
|
||||
args: |
|
||||
--test \
|
||||
--all \
|
||||
--target grott-current \
|
||||
--docker-hub egguy
|
||||
Reference in New Issue
Block a user