From b8e28a25c78c98398e4ca7289f2bfad6b7fa0de7 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 6 Mar 2023 16:08:15 +0100 Subject: [PATCH] fix: test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c8899..53437bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Installing run: yarn --frozen-lockfile --perfer-offline --link-duplicates - - name: Unit tests + - name: Build and test run: | yarn build yarn test