mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
Merge pull request 'ci: Fix test run' (#405) from ci-fix into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/405
This commit is contained in:
commit
19b3ee52c6
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