diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fbdd2928..d88ef448 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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