From c6137545cdf2bfd4b75670bf39e07ae79816a68c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 16 Jun 2025 12:53:53 +0530 Subject: [PATCH] ci: verify yarn lock file --- .github/workflows/ui-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 6ff03b93..f6fefc30 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -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/