ci: Fix test run #405

Merged
inex merged 1 commits from ci-fix into master 2023-12-03 03:04:16 +02:00
1 changed files with 2 additions and 1 deletions

3
ci.py
View File

@ -179,7 +179,8 @@ def ci_build_apk():
"&& flutter build apk --flavor nightly")
def ci_run_tests():
podman_online(f"{CONTAINER_HOME}/src", "flutter test",
podman_online(f"{CONTAINER_HOME}/src", "chown -R $(id -u):$(id -g) /tmp/gradle /tmp/flutter_pub_cache",
"&& flutter test",
"&& flutter test --machine --coverage > tests.output")
# Arguments