Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 27, 2024
1 parent 1617d6d commit e6a5ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ jobs:
- name: 🏃 Hassfest validation
uses: "home-assistant/actions/hassfest@master"

- name: Test err
run: exit 1


validate-hacs:
runs-on: ubuntu-latest
name: With HACS Action
if: ${{ github.event_name == 'schedule' }}
steps:
- name: 🏃 HACS validation
uses: hacs/action@main
Expand All @@ -47,7 +51,6 @@ jobs:
run: |
cd action
docker build . \
--cache-from ghcr.io/hacs/action \
-t hacs/action:local
- name: Run Action
Expand Down

0 comments on commit e6a5ae5

Please sign in to comment.