From 7ff7e9a28438c4544e659fc4932945e62c62dab1 Mon Sep 17 00:00:00 2001 From: HRS Date: Sat, 27 Jun 2026 12:59:45 +0200 Subject: [PATCH] Add new test commands --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a7e908..3583f5a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,9 +36,12 @@ jobs: - name: Linting run: | npm run lint - - name: Coverage + - name: Unit tests with coverage run: | - npm run coverage + npm run test:coverage + - name: Integration tests + run: | + npm run test:integration - name: Compress build uses: a7ul/tar-action@v1.1.3 id: compress