Skip to content

Commit

Permalink
Run Detekt and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed May 25, 2024
1 parent ad8a183 commit 526cae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Run Detekt
run: bundle exec fastlane detekt

- name: Run tests
run: bundle exec fastlane test

- name: Upload lint results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 526cae8

Please sign in to comment.