@@ -324,6 +324,7 @@ steps:
324324 - features/fixtures/maze_runner/mazerunner_2018.4.36f1.apk
325325 - features/fixtures/build_android_apk.log
326326 commands :
327+ - bundle install
327328 - rake test:android:build
328329 retry :
329330 automatic :
@@ -344,6 +345,7 @@ steps:
344345 - features/fixtures/maze_runner/mazerunner_2019.4.35f1.apk
345346 - features/fixtures/build_android_apk.log
346347 commands :
348+ - bundle install
347349 - rake test:android:build
348350 retry :
349351 automatic :
@@ -364,6 +366,7 @@ steps:
364366 - features/fixtures/maze_runner/mazerunner_2021.3.27f1.apk
365367 - features/fixtures/build_android_apk.log
366368 commands :
369+ - bundle install
367370 - rake test:android:build
368371 retry :
369372 automatic :
@@ -384,6 +387,7 @@ steps:
384387 - features/fixtures/maze_runner/mazerunner_2022.3.2f1.apk
385388 - features/fixtures/build_android_apk.log
386389 commands :
390+ - bundle install
387391 - rake test:android:build
388392 retry :
389393 automatic :
@@ -581,6 +585,7 @@ steps:
581585 - features/fixtures/unity.log
582586 - project_2018.tgz
583587 commands :
588+ - bundle install
584589 - rake test:ios:generate_xcode
585590 - tar -zvcf project_2018.tgz features/fixtures/maze_runner/mazerunner_xcode
586591 retry :
@@ -606,6 +611,7 @@ steps:
606611 - features/fixtures/maze_runner/mazerunner_2018.4.36f1.ipa
607612 - features/fixtures/unity.log
608613 commands :
614+ - bundle install
609615 - tar -zxf project_2018.tgz features/fixtures/maze_runner
610616 - rake test:ios:build_xcode
611617 retry :
@@ -627,6 +633,7 @@ steps:
627633 - features/fixtures/unity.log
628634 - project_2019.tgz
629635 commands :
636+ - bundle install
630637 - rake test:ios:generate_xcode
631638 - tar -zvcf project_2019.tgz features/fixtures/maze_runner/mazerunner_xcode
632639 retry :
@@ -652,6 +659,7 @@ steps:
652659 - features/fixtures/maze_runner/mazerunner_2019.4.35f1.ipa
653660 - features/fixtures/unity.log
654661 commands :
662+ - bundle install
655663 - tar -zxf project_2019.tgz features/fixtures/maze_runner
656664 - rake test:ios:build_xcode
657665 retry :
@@ -673,6 +681,7 @@ steps:
673681 - features/fixtures/unity.log
674682 - project_2021.tgz
675683 commands :
684+ - bundle install
676685 - rake test:ios:generate_xcode
677686 - tar -zvcf project_2021.tgz features/fixtures/maze_runner/mazerunner_xcode
678687 retry :
@@ -698,6 +707,7 @@ steps:
698707 - features/fixtures/maze_runner/mazerunner_2021.3.27f1.ipa
699708 - features/fixtures/unity.log
700709 commands :
710+ - bundle install
701711 - tar -zxf project_2021.tgz features/fixtures/maze_runner
702712 - rake test:ios:build_xcode
703713 retry :
@@ -719,6 +729,7 @@ steps:
719729 - features/fixtures/unity.log
720730 - project_2022.tgz
721731 commands :
732+ - bundle install
722733 - rake test:ios:generate_xcode
723734 - tar -zvcf project_2022.tgz features/fixtures/maze_runner/mazerunner_xcode
724735 retry :
@@ -744,6 +755,7 @@ steps:
744755 - features/fixtures/maze_runner/mazerunner_2022.3.2f1.ipa
745756 - features/fixtures/unity.log
746757 commands :
758+ - bundle install
747759 - tar -zxf project_2022.tgz features/fixtures/maze_runner
748760 - rake test:ios:build_xcode
749761 retry :
0 commit comments