File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,10 @@ jobs:
138138 id : e2e
139139 run : |
140140 cd server
141+ ./occ config:system:set allow_local_remote_servers --value 1
141142 ./occ config:system:get allow_local_remote_servers
143+ ./occ config:system:set overwrite.cli.url --value 'http://localhost:8080'
144+ cat config/config.php
142145 cd apps/integration_openproject
143146 make
144147 npm run test:e2e tests/e2e/features/webUI
Original file line number Diff line number Diff line change 88 Given openproject administrator has logged in openproject using the webUI
99 And nextcloud administrator has logged in using the webUI
1010 And the administrator has navigated to the openproject tab in administrator settings
11- When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
1211 And nextcloud administrator adds the openproject host
12+ When openproject administrator adds the nextcloud host with name "nextcloud" in file storage
1313 And openproject administrator copies the openproject oauth credentials
1414 And nextcloud administrator pastes the openproject oauth credentials
1515 And nextcloud administrator copies the nextcloud oauth credentials
You can’t perform that action at this time.
0 commit comments