Skip to content

Commit

Permalink
Use pre-installed Fastlane on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 24, 2021
1 parent b94fb26 commit 648b99c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
ruby-version: '2.7'

- name: Install up-to-date Bundler vesrion
run: gem install bundler:2.2.30
# - name: Install up-to-date Bundler vesrion
# run: gem install bundler:2.2.30

- name: Install Fastlane
run: bundle install
# - name: Install Fastlane
# run: bundle install
#----------------------------------------------------

#Security
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
api-level: 29
profile: pixel_3_xl
script: bundle exec fastlane ui_tests
script: fastlane ui_tests

- name: Upload Android Tests report to GitHub
if: always()
Expand Down

0 comments on commit 648b99c

Please sign in to comment.