Skip to content

Commit

Permalink
build(test.yml) re-add missing suite entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Nov 2, 2024
1 parent 3f9e9fb commit fe0b9d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe0b9d3

Please sign in to comment.