File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 15
15
SQLITE_DATABASE : db.sqlite
16
16
NEXTCLOUD_ADMIN_USER : Test
17
17
NEXTCLOUD_ADMIN_PASSWORD : Test
18
+ NEXTCLOUD_TRUSTED_DOMAINS : 172.17.0.1
18
19
ports :
19
20
- 8080:80
20
21
options : >-
27
28
- name : Checkout
28
29
uses : actions/checkout@v2
29
30
30
- - name : Make Nextcloud accessible from AVD
31
- run : |
32
- docker exec `docker ps -f 'name=_nextcloud' -l -q` bash -c 'runuser -u www-data -- php occ config:system:set trusted_domains 2 --value=172.17.0.1'
33
-
34
31
# TODO 172.17.0.1 is the hard coded IP address of the docker container. Make this more generic.
35
- - name : Verify Nextcloud being present on 172.17.0.1
32
+ - name : Verify Nextcloud being present
36
33
run : |
37
34
curl -v -X GET 'http://Test:[email protected] :8080/ocs/v2.php/cloud/capabilities?format=json' -H 'OCS-APIRequest: true' | jq
38
35
88
85
adb shell pm grant com.nextcloud.android.beta android.permission.READ_EXTERNAL_STORAGE
89
86
adb logcat -c || true
90
87
adb logcat -s "E2E" -v color &
91
- ./gradlew connectedDebugAndroidTest || true
88
+ ./gradlew connectedDebugAndroidTest || true
You can’t perform that action at this time.
0 commit comments