Run tests as part of build action.
This commit is contained in:
@@ -25,9 +25,12 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Build the file
|
- name: Build
|
||||||
run: yarn run build
|
run: yarn run build
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: yarn run test
|
||||||
|
|
||||||
- name: HACS build validation
|
- name: HACS build validation
|
||||||
uses: "hacs/action@21.12.1"
|
uses: "hacs/action@21.12.1"
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user