From e2692330574752180a2c44978cd5487e67ba730d Mon Sep 17 00:00:00 2001 From: Inex Code Date: Sun, 3 Dec 2023 04:04:00 +0300 Subject: [PATCH] ci: Fix test run --- ci.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.py b/ci.py index b2403bfe..72339c3a 100755 --- a/ci.py +++ b/ci.py @@ -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