We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce0147 commit af10e6fCopy full SHA for af10e6f
1 file changed
.github/workflows/hassfest.yaml
@@ -7,17 +7,9 @@ on:
7
- cron: "0 0 * * *"
8
9
jobs:
10
- check_requirements:
+ hassfest_custom:
11
runs-on: "ubuntu-latest"
12
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
21
- echo "Unable to run home-assistant/actions/hassfest@master due to test package usage"
+ - uses: "actions/checkout@v3.3.0"
22
- uses: home-assistant/actions/hassfest@master
23
- if: ${{ steps.hassfest-verify.outputs.hassfest == 'full' }}
+
0 commit comments