Skip to content

Commit 98f2460

Browse files
committed
simplified test command
1 parent d1ee505 commit 98f2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
php_version: 8.0
4747
version: 2
4848
- name: Run unit tests
49-
run: php vendor/bin/phpunit --testsuite Integration
49+
run: vendor/bin/phpunit --testsuite Integration

0 commit comments

Comments
 (0)