Selaa lähdekoodia

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

install exact version instead of latest one
Stanislav Shakirov 6 vuotta sitten
vanhempi
commit
30d63a1773
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      .github/workflows/detox.yml

+ 1
- 1
.github/workflows/detox.yml Näytä tiedosto

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