summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-32bits.yml
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-01-24 18:12:32 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-02-07 11:23:33 +0100
commit892e6c642a5bc44d53375e3144f1a29a8e81ddd5 (patch)
tree0fbe479e08385983ee2efa0ec80308f36ef6e93c /.github/workflows/phpunit-32bits.yml
parent885e54e7e0e00b268c597962107439820c95d188 (diff)
downloadnextcloud-server-892e6c642a5bc44d53375e3144f1a29a8e81ddd5.tar.gz
nextcloud-server-892e6c642a5bc44d53375e3144f1a29a8e81ddd5.zip
Skip buggy tests for 32bits CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows/phpunit-32bits.yml')
-rw-r--r--.github/workflows/phpunit-32bits.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml
index 763043082c8..78be0120cf1 100644
--- a/.github/workflows/phpunit-32bits.yml
+++ b/.github/workflows/phpunit-32bits.yml
@@ -52,4 +52,4 @@ jobs:
- name: PHPUnit
working-directory: tests
- run: phpunit --configuration phpunit-autotest.xml --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis
+ run: phpunit --configuration phpunit-autotest.xml --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness