fix: Integration tests
parent
d8deeccee0
commit
bd96ab2ec4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue