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