From 64bbf68c6fca928c70096c118bdf4a153d01589f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4se?= Date: Wed, 25 Dec 2024 03:05:17 +0100 Subject: [PATCH] Update GitHub workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538b4d2e..93cb2b25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: with: coverage: no php-version: 8.3 - extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd, apcu - name: Install Dependencies uses: ramsey/composer-install@v3 - name: Setup Environment @@ -47,6 +46,8 @@ jobs: sudo systemctl start mysql.service mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;' sudo systemctl start apache2.service + - name: Configure Matchers + uses: mheap/phpunit-matcher-action@v1 - name: Unit & Kernel Tests run: vendor/bin/phpunit --testsuite unit,kernel --teamcity --stop-on-failure - name: Install Drupal