fix: CI
parent
89599dd1b2
commit
58654fc769
|
@ -23,7 +23,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
run: yarn
|
||||
- name: Run eslint
|
||||
run: yarn run eslint
|
||||
integration:
|
||||
|
@ -40,9 +40,9 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies plugin
|
||||
run: yarn --frozen-lockfile --unsafe-perm --production
|
||||
run: yarn --unsafe-perm --production
|
||||
- name: Install dependencies playground
|
||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||
run: yarn playground:install --unsafe-perm
|
||||
- name: Build playground
|
||||
run: yarn playground:build
|
||||
- name: Run test
|
||||
|
|
Loading…
Reference in New Issue