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: