ci: Fix test run

pull/405/head
Inex Code 2023-12-03 04:04:00 +03:00
parent 79f73ec729
commit e269233057
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