Compare commits

..

1 Commits

Author SHA1 Message Date
68a3aa085a ci: Instrumentation tests coverage in ci.
Some checks failed
PR / translations (pull_request) Successful in 39s
PR / PR (pull_request) Successful in 42s
PR / build (pull_request) Successful in 21m52s
PR test / integrationTests (pull_request) Failing after 44m8s
2025-03-30 15:18:37 +02:00

View File

@ -31,6 +31,9 @@ jobs:
- name: Change url until I find a better way to do it
run: |
sed -i "s/const val DEFAULT_URL = \"http:\/\/10\.0\.2\.2\:8888\"/const val DEFAULT_URL = \"http:\/\/172\.17\.0\.1\:8888\"/g" ./androidApp/src/androidTest/kotlin/bou/amine/apps/readerforselfossv2/android/CommonTests.kt
echo '-----------'
cat ./androidApp/src/androidTest/kotlin/bou/amine/apps/readerforselfossv2/android/CommonTests.kt
echo '-----------'
- name: Tests
uses: reactivecircus/android-emulator-runner@v2
with: