Skip to content

Commit

Permalink
ci: Remove Android tests from Standard Checks
Browse files Browse the repository at this point in the history
I will be adding a separate workflow for building each app.

Since building Android includes running the tests, the effort
does not need to be duplicated here.
  • Loading branch information
thehale committed Jun 23, 2024
1 parent 6f6fed3 commit 274c610
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ jobs:
run: yarn lint
- name: Run JavaScript Tests
run: yarn test
- name: Run Android Tests
run: |
cd android
./gradlew test

0 comments on commit 274c610

Please sign in to comment.