From 83b24d98b8b89d8a34e8c1c4313aedaaef31096d Mon Sep 17 00:00:00 2001 From: "@greweb" Date: Sat, 28 May 2022 16:59:39 +0200 Subject: [PATCH] Update ci-tests.yml --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4731c30..a5c9079 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -16,5 +16,5 @@ jobs: with: node-version: 14 cache: 'yarn' - - run: yarn install --frozen-lockfile + - run: yarn - run: yarn test