mirror of
https://github.com/frappe/lms.git
synced 2026-04-29 12:09:33 +03:00
ci: verify yarn lock file
This commit is contained in:
@@ -94,6 +94,12 @@ jobs:
|
||||
TYPE: ui
|
||||
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
|
||||
run: |
|
||||
cd ~/frappe-bench/
|
||||
|
||||
Reference in New Issue
Block a user