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 43c0e5b commit 42cb189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
mysql -uroot -h127.0.0.1 -proot -e 'CREATE DATABASE IF NOT EXISTS db;'
sudo systemctl start apache2.service
- name: Unit & Kernel Tests
run: vendor/bin/phpunit --testsuite unit,kernel --testdox --stop-on-defect
run: vendor/bin/phpunit --testsuite unit,kernel --teamcity --stop-on-failure
- name: Install Drupal
run: bash scripts/install-ci.sh
- name: Existing Site Tests
run: vendor/bin/phpunit --testsuite existing-site --testdox --stop-on-defect
run: vendor/bin/phpunit --testsuite existing-site --teamcity --stop-on-failure

0 comments on commit 42cb189

Please sign in to comment.