We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94813ba commit 338debaCopy full SHA for 338deba
1 file changed
.github/workflows/tests.yml
@@ -184,8 +184,6 @@ jobs:
184
MYSQL_PASSWORD: ${{env.MYSQL_PASSWORD}}
185
MYSQL_HOST: mysql
186
NEXTCLOUD_TRUSTED_DOMAINS: nextcloud
187
- volumes:
188
- - /home/runner/work/floccus/floccus/apps:/var/www/html/custom_apps
189
options: --name nextcloud
190
mysql:
191
image: mariadb:10.5 # see https://github.com/nextcloud/docker/issues/1536
@@ -229,7 +227,7 @@ jobs:
229
227
- name: Enable bookmarks app
230
228
shell: bash
231
run: |
232
- sudo cp -R ${{env.APP_NAME}} apps/
+ docker cp ${{env.APP_NAME}} nextcloud:/var/www/html/apps/
233
NEXT_WAIT_TIME=0
234
until [ $NEXT_WAIT_TIME -eq 25 ] || docker exec --user www-data nextcloud php occ app:enable ${{ env.APP_NAME }}; do
235
sleep $(( NEXT_WAIT_TIME++ ))
0 commit comments