From cf6188d860c8a9224b193aae5382c0bdee06b9d7 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Thu, 8 Dec 2022 20:12:11 +0100 Subject: [PATCH] ci(action): update --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0218e3f..8299bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,7 @@ jobs: - run: corepack enable - name: Install NPM Dependencies run: yarn install --immutable --network-timeout 300000 + - name: Build + run: yarn build + - name: Test + run: yarn test