Skip to content

Commit

Permalink
Create github test workflow test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grunjol authored Jun 6, 2024
1 parent eb7c2a8 commit ed9d688
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Home Assistant builder

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 \
--amd64 \
--target snapserver \
--docker-hub grunjol

0 comments on commit ed9d688

Please sign in to comment.