Create test.yml

This commit is contained in:
Etienne G
2023-02-07 14:09:10 +11:00
committed by GitHub
parent 060371c856
commit 657b5068e6
+19
View File
@@ -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