From 04ab862b14790edf11c45d1588c1cf5c5a50db7c Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Fri, 5 May 2023 21:26:21 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20typo=20in=20relea?= =?UTF-8?q?se.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 b3843b4..d2a2076 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Lint run: yarn lint - name: Test - run: yarn test + run: yarn test:src && yarn test:contracts - name: Build project run: yarn build:contracts & yarn build:src - name: Release