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 64bbf68 commit 5425a73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ 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
run: vendor/bin/phpunit --testsuite unit,kernel --testdox --stop-on-failure
- name: Install Drupal
run: bash scripts/install-ci.sh
- name: Existing Site Tests
run: vendor/bin/phpunit --testsuite existing-site --teamcity --stop-on-failure
run: vendor/bin/phpunit --testsuite existing-site --testdox --stop-on-failure

0 comments on commit 5425a73

Please sign in to comment.