Skip to content

Commit

Permalink
update github actions phpunit to run with groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 567719d commit 2df3943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,5 @@ jobs:
echo "DB_ENGINE=${DB_ENGINE}"
echo "COMANAGE_REGISTRY_DATABASE_HOST=${COMANAGE_REGISTRY_DATABASE_HOST}"
echo "COMANAGE_REGISTRY_DATABASE_PORT=${COMANAGE_REGISTRY_DATABASE_PORT}"
vendor/bin/phpunit --testsuite app
vendor/bin/phpunit --group registry-setup
vendor/bin/phpunit --exclude-group registry-setup

0 comments on commit 2df3943

Please sign in to comment.