From 3bb39c98fde8e15bbb9fbbc7b5ef071bda5b8418 Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann <christian@bagerbach.com> Date: Tue, 8 Nov 2022 16:51:36 +0100 Subject: [PATCH] run test on CI --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca53a46..8a95f4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,9 @@ jobs: run: | npm ci npm run build --if-present + - name: Run tests + run: | + npm run test - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- GitLab