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