From 3228527af66eacb09e7f3077d42f22fa83fc341a Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 4 Apr 2023 21:57:39 -0700 Subject: [PATCH] Run tests as part of build action. --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c97e3af0..2b83ca9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,12 @@ jobs: - name: Install dependencies run: yarn install --immutable - - name: Build the file + - name: Build run: yarn run build + - name: Test + run: yarn run test + - name: HACS build validation uses: "hacs/action@21.12.1" with: