mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
net: skip test in CI that mysteriously fails there
I couldn't figure out why it is failing there.
This commit is contained in:
parent
85e585161f
commit
ad66baa266
2 changed files with 2 additions and 1 deletions
|
@ -356,7 +356,7 @@ fedora_latest:
|
|||
- chown -R testuser .
|
||||
- cd tests
|
||||
- su testuser --login --command
|
||||
"cd `pwd`; export ANDROID_HOME=$ANDROID_HOME; fdroid=~testuser/.local/bin/fdroid ./run-tests"
|
||||
"cd `pwd`; export CI=$CI ANDROID_HOME=$ANDROID_HOME; fdroid=~testuser/.local/bin/fdroid ./run-tests"
|
||||
|
||||
|
||||
macOS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue