From 295324e06555a70720e23cacd0b30c77da6bad9b Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Wed, 17 May 2023 10:09:08 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20typo=20in=20the?= =?UTF-8?q?=20testing=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 002c291..3a20fe6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: - name: Check contract sizes run: yarn hardhat size-contracts - name: Test - run: yarn yarn test + run: yarn test