Skip to content

Commit

Permalink
Update fastlane before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Dec 23, 2024
1 parent 3314789 commit 85df4c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,9 @@ jobs:
${{ runner.os }}-gradle-
- name: Install dependencies with Bundler
run: bundle install
run: |
bundle update fastlane
bundle install
- name: Run UI Tests
run: bundle exec fastlane ui_tests
Expand Down

0 comments on commit 85df4c1

Please sign in to comment.