Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bäse committed Dec 25, 2024
1 parent 42cb189 commit 64bbf68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ 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
run: |
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
Expand Down

0 comments on commit 64bbf68

Please sign in to comment.