fix: Integration tests

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

View File

@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn --ignore-scripts --frozen-lockfile
run: yarn --frozen-lockfile
- name: Run eslint
run: yarn run eslint
integration:
@ -38,9 +38,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --ignore-scripts --frozen-lockfile
run: yarn --frozen-lockfile --unsafe-perm
- name: Install dependencies playground
run: yarn playground:install --ignore-scripts --frozen-lockfile
run: yarn playground:install --frozen-lockfile --unsafe-perm
- name: Run test
run: yarn run -s test:integration
# unit: