Let's try this actions one more time
Some checks failed
Validate / Hassfest (push) Failing after 1m4s

This commit is contained in:
2026-01-31 01:53:00 +03:00
parent a89d45268d
commit ebed587f6f

View File

@@ -12,11 +12,20 @@ jobs:
name: Hassfest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout integration
uses: actions/checkout@v4
with:
path: integration
- name: Checkout Home Assistant core
uses: actions/checkout@v4
with:
repository: home-assistant/core
path: core
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Home Assistant
run: pip install homeassistant
- name: Install dependencies
run: pip install -r core/requirements.txt
- name: Run hassfest
run: python -m script.hassfest --integration-path="${{ github.workspace }}/custom_components/immich_album_watcher" --action=validate
run: python -m script.hassfest --integration-path="${{ github.workspace }}/integration/custom_components/immich_album_watcher" --action=validate
working-directory: core