From 1dfb303afaf92383fd1f7c97f5aeaafd9ccc6ddd Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 10 Jan 2022 19:31:47 +0100 Subject: [PATCH] fix: Use only playgrounds dependencies in integration test --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdafaa5..929c4d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,12 +39,10 @@ jobs: with: node-version: ${{ matrix.node }} cache: 'yarn' - - name: Install dependencies plugin - run: yarn --frozen-lockfile --unsafe-perm - name: Install dependencies playground run: yarn playground:install --frozen-lockfile --unsafe-perm - name: Run test - run: yarn run -s test:integration + run: cd playground && jest --verbose - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: