Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JagadeeshKaricherla-branch authored Oct 6, 2023
1 parent bdc294f commit 45f58a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby 3.0
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '2.7'
- name: Restore cache
uses: actions/cache@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:
# makes it easier to keep track of installation time via GHA without
# adding execution time to the next step.
- name: Install CocoaPods dependencies
run: bundle update && bundle exec fastlane prepare_pods --verbose
run: bundle exec fastlane prepare_pods
- name: Run unit tests
run: bundle exec fastlane unit_tests
- name: Upload test results
Expand Down

0 comments on commit 45f58a0

Please sign in to comment.