From fe0b9d37f883a0792b6afa48603be5badc199573 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sat, 2 Nov 2024 19:09:09 +0100 Subject: [PATCH] build(test.yml) re-add missing suite entry --- .github/workflows/test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f828e0ec6..48ec4caf8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,6 +38,19 @@ jobs: # '7.3', # Disabled since this version of PHP is not compatible with MySQL 8.0. '7.4' ] + suite: + - acceptance + - climodule + - functional + - muloader + - unit --skip-group=slow + - unit --group=isolated-1 + - unit --group=isolated-2 + # - webdriver # Disabled until the webdriver tests are fixed. + - wpcli_module + - wploader_multisite + - wploader_wpdb_interaction + - wploadersuite name: v3.5 unit php@${{ matrix.php_version }} runs-on: ubuntu-22.04 steps: