fix: update test command in GitHub Actions workflow to use composer run integration

This commit is contained in:
Soner Sayakci
2025-02-14 15:43:37 +01:00
parent 99b78a9f06
commit 6785bcb718
+1 -1
View File
@@ -63,4 +63,4 @@ jobs:
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: ./vendor/bin/phpunit
run: composer run integration