Skip to content

Commit

Permalink
Add local unit tests to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Aug 12, 2024
1 parent 7a29e3d commit c450b72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
echo "webdav.username = \"${{ secrets.WEBDAV_TEST_USERNAME }}\"" >> app.properties
echo "webdav.password = \"${{ secrets.WEBDAV_TEST_PASSWORD }}\"" >> app.properties
- name: Run tests
- name: Run local unit tests
run: ./gradlew test

- name: Run instrumented tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit c450b72

Please sign in to comment.