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: