fix: Use only playgrounds dependencies in integration test

pull/37/head
Boaz Poolman 2022-01-10 19:31:47 +01:00
parent 05f037cb64
commit 1dfb303afa
1 changed files with 1 additions and 3 deletions

View File

@ -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: