Skip to content

Commit fceca59

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci(32bit): use custom image to run PHP unit tests on 32bit
1 parent 4339a1d commit fceca59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-32bits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)