[LOCAL] Fix CI

This commit is contained in:
Riccardo Cipolleschi
2023-10-12 17:14:10 +01:00
parent b1496be007
commit 977f03ae9d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ validate_env () {
update_pods () {
cd "$RNTESTER_DIR" || exit
bundle install || exit
bundle check || exit
bundle exec pod install
cd "$THIS_DIR" || exit