mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-10-03 16:52:53 +00:00
ci: Fix test run
This commit is contained in:
parent
79f73ec729
commit
e269233057
3
ci.py
3
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
|
||||
|
|
Loading…
Reference in a new issue