fix: Integration pipeline

pull/32/head
Boaz Poolman 2021-12-30 15:19:11 +01:00
parent d7e70c68aa
commit d8deeccee0
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
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
- name: Run test
run: yarn run -s test:integration