Skip to content

Commit

Permalink
Create hatest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderistDev authored Aug 17, 2024
1 parent 8fcd85e commit 9f2ab28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/hatest.yml
Original file line number Diff line number Diff line change
@@ -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
uses: home-assistant/builder@master
with:
args: |
--test \
--all \
--target addon-folder \
--docker-hub blenderistDev

0 comments on commit 9f2ab28

Please sign in to comment.