fix: Use only playgrounds dependencies in integration test
parent
05f037cb64
commit
1dfb303afa
|
@ -39,12 +39,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies plugin
|
|
||||||
run: yarn --frozen-lockfile --unsafe-perm
|
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: cd playground && jest --verbose
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue