From b0dab73aa5f68a982e2ff7ce668539b02fb7d0b3 Mon Sep 17 00:00:00 2001 From: Unbuttun Date: Sun, 22 Aug 2021 00:50:49 +0530 Subject: [PATCH] =?UTF-8?q?feat(actions):=20=F0=9F=90=9B=20Fixing=20the=20?= =?UTF-8?q?test=20action=20typo=20mistake?= 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 63a3aab..ba4f202 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,4 @@ jobs: - name: Linting run: pnpm lint - name: Test - run: pnpm tes + run: pnpm test