瀏覽代碼

ci: Verify yarn lock file (#18336) (#18338)

(cherry picked from commit 66710ae5c5)

Co-authored-by: Ankush Menat <ankush@frappe.io>
version-14
mergify[bot] 2 年之前
committed by GitHub
父節點
當前提交
3524dfd1d4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      .github/workflows/ui-tests.yml

+ 6
- 0
.github/workflows/ui-tests.yml 查看文件

@@ -127,6 +127,12 @@ jobs:
TYPE: ui
DB: mariadb

- name: Verify yarn.lock
run: |
cd ~/frappe-bench/apps/frappe
yarn install --immutable --immutable-cache --check-cache
git diff --exit-code yarn.lock

- name: Instrument Source Code
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: cd ~/frappe-bench/apps/frappe/ && npx nyc instrument -x 'frappe/public/dist/**' -x 'frappe/public/js/lib/**' -x '**/*.bundle.js' --compact=false --in-place frappe


Loading…
取消
儲存