Skip to content

Commit 45f58a0

Browse files
Update verify.yml
1 parent bdc294f commit 45f58a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Check out code
1313
uses: actions/checkout@v3
14-
- name: Set up Ruby 3.0
14+
- name: Set up Ruby 2.7
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '3.0'
17+
ruby-version: '2.7'
1818
- name: Restore cache
1919
uses: actions/cache@v3
2020
with:
@@ -32,7 +32,7 @@ jobs:
3232
# makes it easier to keep track of installation time via GHA without
3333
# adding execution time to the next step.
3434
- name: Install CocoaPods dependencies
35-
run: bundle update && bundle exec fastlane prepare_pods --verbose
35+
run: bundle exec fastlane prepare_pods
3636
- name: Run unit tests
3737
run: bundle exec fastlane unit_tests
3838
- name: Upload test results

0 commit comments

Comments
 (0)