1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

[ticket/17176] Add type to test name

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-09-09 09:34:50 +02:00
parent 875d1afd56
commit 6320acb445

View File

@ -124,9 +124,10 @@ jobs:
- php: '8.1'
db: "mysql:5.7"
db_alias: "MyISAM Tests"
type: 'unit'
MYISAM: 1
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }} - ${{ matrix.type }}
services:
mysql: