File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 - name : Set up dependencies
4242 uses : docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
4343 with :
44- args : /bin/sh -c "echo \$GITHUB_WORKSPACE && ls -ahlp /github/workspace"
45- # args: /bin/sh -c "composer install --no-interaction"
44+ args : /bin/sh -c "pwd && composer install --no-interaction"
4645
4746 - name : Set up Nextcloud
4847 uses : docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
4948 with :
5049 args : /bin/sh -c '
50+ cd \$GITHUB_WORKSPACE
5151 mkdir data
5252 DB_PORT=4444 ./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=autotest --database-pass=rootpassword --admin-user admin --admin-pass admin
5353 php -f tests/enable_all.php'
You can’t perform that action at this time.
0 commit comments