Skip to content

Commit 0f0c28e

Browse files
committed
[squash]
1 parent 4bbcad3 commit 0f0c28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
image: ghcr.io/${{ github.repository }}:main-${{ matrix.nextcloud_version }}
7070
env:
7171
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
72+
NEXTCLOUD_PATH: /usr/src/nextcloud/
73+
NEXTCLOUD_UPDATE: 1
7274
XDEBUG_MODE: coverage
7375
volumes:
7476
- /usr/bin/composer:/usr/bin/composer
@@ -91,9 +93,7 @@ jobs:
9193
steps:
9294
- uses: actions/checkout@v5
9395
# @CHECKME: cp site.conf /etc/apache2/sites-enabled/000-default.conf (?)
94-
- env:
95-
NEXTCLOUD_UPDATE: 1
96-
name: Setup Test Environment
96+
- name: Setup Test Environment
9797
run: |
9898
git config --global --add safe.directory /usr/src/nextcloud/apps
9999
/entrypoint.sh "echo"

0 commit comments

Comments
 (0)