Skip to content

Commit 5b71f5a

Browse files
committed
Add missing tests directory.
1 parent bb42abf commit 5b71f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4141
4242
- name: Execute tests
43-
run: vendor/bin/phpunit
43+
run: vendor/bin/phpunit tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"scripts": {
22-
"test": "phpunit"
22+
"test": "phpunit tests"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)