Skip to content

Commit fd1faf3

Browse files
test(32-bit); refine disk space check permissions
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent d2f3386 commit fd1faf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit-32bits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
php -f tests/enable_all.php"
5555

5656
- name: Show disk usage before PHPUnit tests
57-
run: df -h && du -sh .
57+
run: df -h && sudo du -sh .
5858

5959
- name: Show disk usage inside container before tests
6060
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
@@ -67,7 +67,7 @@ jobs:
6767
args: /bin/sh -c "composer run test -- --exclude-path apps/user_ldap/tests --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness"
6868

6969
- name: Show runner disk usage after PHPUnit tests
70-
run: df -h && du -sh .
70+
run: df -h && sudo du -sh .
7171

7272
- name: Show disk usage inside container after tests
7373
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest

0 commit comments

Comments
 (0)