Install dependencies from lock file in github actions (#686)
This commit is contained in:
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
node-version-file: 'package.json'
|
||||
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
run: yarn ci
|
||||
|
||||
- name: Run ESLint
|
||||
run: yarn lint
|
||||
|
||||
Reference in New Issue
Block a user