Skip to content

Commit 836b030

Browse files
test(32-bit): re-enable ldap tests
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent fd1faf3 commit 836b030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-32bits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: PHPUnit
6565
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
6666
with:
67-
args: /bin/sh -c "composer run test -- --exclude-path apps/user_ldap/tests --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness"
67+
args: /bin/sh -c "composer run test -- --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness"
6868

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

0 commit comments

Comments
 (0)