From 6320acb445cb43d329800403c20f7116439e1321 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 9 Sep 2023 09:34:50 +0200 Subject: [PATCH] [ticket/17176] Add type to test name PHPBB3-17176 --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5fa23963d6..5b3d4956f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: