generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45d2e64
commit f67511c
Showing
4 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- dev | ||
pull_request: | ||
schedule: | ||
- cron: "17 6 * * *" | ||
- cron: '17 6 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -25,23 +25,31 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install --immutable | ||
|
||
- name: Test & Coverage | ||
run: yarn run coverage | ||
|
||
- name: Build | ||
run: yarn run build | ||
|
||
- name: Test | ||
run: yarn run test | ||
|
||
- name: HACS build validation | ||
uses: "hacs/[email protected]" | ||
uses: 'hacs/[email protected]' | ||
with: | ||
category: "plugin" | ||
category: 'plugin' | ||
|
||
# Don't attempt to load into HACS (as it loads the release, not the | ||
# build). | ||
ignore: "hacs" | ||
ignore: 'hacs' | ||
|
||
- name: Upload artifact | ||
- name: Upload javascript | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: frigate-hass-card | ||
path: dist/*.js | ||
|
||
# When this issue is fixed, it would be useful to upload visualizations: | ||
# https://github.com/actions/upload-artifact/issues/14 | ||
# - name: Upload visualizations | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: frigate-hass-card | ||
# path: visualizations/*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters