瀏覽代碼

chore(buildtools): enable --frozen-lockfile yarn flag (#1005)

that is required for reproducible dependencies which is usually common on CI
Stanislav Shakirov 4 年之前
父節點
當前提交
351adba284
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/detox.yml

+ 1
- 1
.github/workflows/detox.yml 查看文件

@@ -13,7 +13,7 @@ jobs:
13 13
       - name: Setup - Install Yarn
14 14
         run: YARN_GPG=NO curl -o- -L https://yarnpkg.com/install.sh | bash
15 15
       - name: Setup - Install NPM Dependencies
16
-        run: yarn
16
+        run: yarn --frozen-lockfile
17 17
       - name: Setup - Install CocoaPods CLI
18 18
         run: sudo gem install cocoapods -v 1.8.4
19 19
       - name: Run tests