Skip to content

Commit

Permalink
Merge pull request #51 from psuzn/improved-lint
Browse files Browse the repository at this point in the history
add project build as part of lint
  • Loading branch information
psuzn authored Dec 1, 2023
2 parents 0d02493 + 1d6d604 commit d628dbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
- name: Tests
run: ./gradlew :shared:testReleaseUnitTest

- name: Build Project
run: ./gradlew build

- name: Build F-droid version
run: |
sh strip_google_services.sh
./gradlew build

0 comments on commit d628dbd

Please sign in to comment.