瀏覽代碼

chore(buildtools): Use fixed version of cocoapods gem on ci (#1006)

install exact version instead of latest one
Stanislav Shakirov 5 年之前
父節點
當前提交
30d63a1773
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/detox.yml

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

15
       - name: Setup - Install NPM Dependencies
15
       - name: Setup - Install NPM Dependencies
16
         run: yarn
16
         run: yarn
17
       - name: Setup - Install CocoaPods CLI
17
       - name: Setup - Install CocoaPods CLI
18
-        run: sudo gem install cocoapods
18
+        run: sudo gem install cocoapods -v 1.8.4
19
       - name: Run tests
19
       - name: Run tests
20
         run: yarn ci
20
         run: yarn ci