Skip to content

Commit

Permalink
Use runner default fastlane installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed May 25, 2024
1 parent 4f88e27 commit ccaa966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: ./gradlew build

- name: Run detekt
run: bundle exec fastlane detekt
run: fastlane detekt

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

- name: Upload lint results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ccaa966

Please sign in to comment.