Run tests as part of build action.

This commit is contained in:
Dermot Duffy
2023-04-04 21:57:39 -07:00
parent 7071f2ff63
commit 3228527af6
+4 -1
View File
@@ -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: