Skip to content

Commit

Permalink
Merge pull request #290 from nextcloud/ci/integration
Browse files Browse the repository at this point in the history
Set allow_local_remote_servers to true for integration tests
  • Loading branch information
juliushaertl committed Apr 11, 2022
2 parents b22fb3e + 1c9d9e4 commit 49939f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ steps:
- bash ./tests/drone-server-setup.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- ./occ app:enable $APP_NAME
- ./occ config:system:set allow_local_remote_servers --value true --type bool
- cd apps/$APP_NAME

# Run integration tests
- cd tests
- bash run-integration.sh features/wopi
services:
- name: collabora
image: collabora/code:4.0.9.4
image: collabora/code:latest
environment:
extra_params: '--o:ssl.enable=false'
domain: 'nextcloud'
Expand Down

0 comments on commit 49939f1

Please sign in to comment.