don't exclude url_launcher tests

This commit is contained in:
Adam Velebil 2022-07-25 12:11:36 +02:00
parent 32f8d51267
commit 2433a8b972
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -51,7 +51,7 @@ jobs:
- name: Run android tests
run: |
./gradlew test -x :url_launcher_android:test
./gradlew test
working-directory: ./app/android
- name: Upload artifacts