Skip to content

Commit 338deba

Browse files
committed
tests: Test against checked out bookmarks app versions
instead of latest release Signed-off-by: Marcel Klehr <[email protected]>
1 parent 94813ba commit 338deba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ jobs:
184184
MYSQL_PASSWORD: ${{env.MYSQL_PASSWORD}}
185185
MYSQL_HOST: mysql
186186
NEXTCLOUD_TRUSTED_DOMAINS: nextcloud
187-
volumes:
188-
- /home/runner/work/floccus/floccus/apps:/var/www/html/custom_apps
189187
options: --name nextcloud
190188
mysql:
191189
image: mariadb:10.5 # see https://github.com/nextcloud/docker/issues/1536
@@ -229,7 +227,7 @@ jobs:
229227
- name: Enable bookmarks app
230228
shell: bash
231229
run: |
232-
sudo cp -R ${{env.APP_NAME}} apps/
230+
docker cp ${{env.APP_NAME}} nextcloud:/var/www/html/apps/
233231
NEXT_WAIT_TIME=0
234232
until [ $NEXT_WAIT_TIME -eq 25 ] || docker exec --user www-data nextcloud php occ app:enable ${{ env.APP_NAME }}; do
235233
sleep $(( NEXT_WAIT_TIME++ ))

0 commit comments

Comments
 (0)