Skip to content

Commit 115e6b5

Browse files
committed
Update validate-docker-container.yml
1 parent ddf9b42 commit 115e6b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/validate-docker-container.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@ jobs:
141141
exit 1
142142
fi
143143
144+
- name: Validate hb-serivice status
145+
working-directory: ./test
146+
run: |
147+
echo "Validating hb-service status inside container..."
148+
docker compose exec homebridge sudo hb-service status || echo "⚠️ hb-service status failed"
149+
150+
echo "Running hb-service view inside the container..."
151+
docker compose exec homebridge sudo hb-service view || echo "⚠️ hb-service view failed"
152+
144153
- name: Validate version manifest
145154
run: |
146155
echo "Checking Docker manifest for ${{ inputs.release_tag }} release..."

0 commit comments

Comments
 (0)