fix: Integration pipeline
parent
d7e70c68aa
commit
d8deeccee0
|
@ -37,7 +37,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies
|
- name: Install dependencies plugin
|
||||||
|
run: yarn --ignore-scripts --frozen-lockfile
|
||||||
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --ignore-scripts --frozen-lockfile
|
run: yarn playground:install --ignore-scripts --frozen-lockfile
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: yarn run -s test:integration
|
||||||
|
|
Loading…
Reference in New Issue