Skip to content

Commit 6785bcb

Browse files
committed
fix: update test command in GitHub Actions workflow to use composer run integration
1 parent 99b78a9 commit 6785bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
run: composer install --prefer-dist --no-progress
6464

6565
- name: Run test suite
66-
run: ./vendor/bin/phpunit
66+
run: composer run integration

0 commit comments

Comments
 (0)