ci: verify yarn lock file
This commit is contained in:
6
.github/workflows/ui-tests.yml
vendored
6
.github/workflows/ui-tests.yml
vendored
@@ -94,6 +94,12 @@ jobs:
|
|||||||
TYPE: ui
|
TYPE: ui
|
||||||
DB: mariadb
|
DB: mariadb
|
||||||
|
|
||||||
|
- name: Verify yarn.lock
|
||||||
|
run: |
|
||||||
|
cd ~/frappe-bench/apps/lms
|
||||||
|
yarn install --immutable --immutable-cache --check-cache
|
||||||
|
git diff --exit-code yarn.lock
|
||||||
|
|
||||||
- name: Site Setup
|
- name: Site Setup
|
||||||
run: |
|
run: |
|
||||||
cd ~/frappe-bench/
|
cd ~/frappe-bench/
|
||||||
|
|||||||
Reference in New Issue
Block a user