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

@ -30,7 +30,7 @@ jobs:
run: mkdir -p ~/.gradle && echo "org.gradle.daemon=false\nignoreGitVersion=true" >> ~/.gradle/gradle.properties
- name: Change url until I find a better way to do it
run: |
sed -i "s/const DEFAULT_URL = \"http:\/\/10\.0\.2\.2\:8888\"/const DEFAULT_URL = \"http:\/\/172\.17\.0\.1\:8888\"/g" ./androidApp/src/androidTest/kotlin/bou/amine/apps/readerforselfossv2/android/CommonTests.kt
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 '-----------'