Skip to content

Commit af10e6f

Browse files
committed
Update hassfest
1 parent 6ce0147 commit af10e6f

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/hassfest.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@ on:
77
- cron: "0 0 * * *"
88

99
jobs:
10-
check_requirements:
10+
hassfest_custom:
1111
runs-on: "ubuntu-latest"
1212
steps:
13-
- uses: "actions/checkout@v3"
14-
- name: Verify Hassfest type
15-
id: hassfest-verify
16-
run: |
17-
echo "::set-output name=hassfest::$(grep -q -E "require.*http.*test-files.pythonhosted.*#" custom_components/plugwise/manifest.json && echo lite || echo full)"
18-
- name: Not running hassfest!
19-
if: ${{ steps.hassfest-verify.outputs.hassfest == 'lite' }}
20-
run: |
21-
echo "Unable to run home-assistant/actions/hassfest@master due to test package usage"
13+
- uses: "actions/checkout@v3.3.0"
2214
- uses: home-assistant/actions/hassfest@master
23-
if: ${{ steps.hassfest-verify.outputs.hassfest == 'full' }}
15+

0 commit comments

Comments
 (0)