fix: Only use the --no-lockfile for the integration tests
parent
eb97eaeb38
commit
08437acb0b
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn --no-lockfile
|
run: yarn
|
||||||
- name: Run eslint
|
- name: Run eslint
|
||||||
run: yarn run eslint
|
run: yarn run eslint
|
||||||
integration:
|
integration:
|
||||||
|
|
Loading…
Reference in New Issue