Skip to content

Commit

Permalink
update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz authored Sep 14, 2024
1 parent 9c2587c commit c09445c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ jobs:
with:
xcode-version: 15.4

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run UnitTests
run: bundle exec fastlane test
run: fastlane test

- name: Archive test artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c09445c

Please sign in to comment.