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 4bbcad3 commit 0f0c28eCopy full SHA for 0f0c28e
.github/workflows/php.yml
@@ -69,6 +69,8 @@ jobs:
69
image: ghcr.io/${{ github.repository }}:main-${{ matrix.nextcloud_version }}
70
env:
71
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
72
+ NEXTCLOUD_PATH: /usr/src/nextcloud/
73
+ NEXTCLOUD_UPDATE: 1
74
XDEBUG_MODE: coverage
75
volumes:
76
- /usr/bin/composer:/usr/bin/composer
@@ -91,9 +93,7 @@ jobs:
91
93
steps:
92
94
- uses: actions/checkout@v5
95
# @CHECKME: cp site.conf /etc/apache2/sites-enabled/000-default.conf (?)
- - env:
- NEXTCLOUD_UPDATE: 1
96
- name: Setup Test Environment
+ - name: Setup Test Environment
97
run: |
98
git config --global --add safe.directory /usr/src/nextcloud/apps
99
/entrypoint.sh "echo"
0 commit comments