mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 22:51:23 +02:00
[ticket/17176] Add type to test name
PHPBB3-17176
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -124,9 +124,10 @@ jobs:
|
|||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "mysql:5.7"
|
db: "mysql:5.7"
|
||||||
db_alias: "MyISAM Tests"
|
db_alias: "MyISAM Tests"
|
||||||
|
type: 'unit'
|
||||||
MYISAM: 1
|
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:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
Reference in New Issue
Block a user