Skip to content

Commit a6cbc08

Browse files
committed
fix
1 parent ebccee9 commit a6cbc08

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
@@ -46,7 +46,7 @@ jobs:
4646
run: composer update --no-ansi --no-interaction --no-progress
4747

4848
- name: Run tests with phpunit
49-
run: vendor/bin/phpunit --version && vendor/bin/phpunit
49+
run: vendor/bin/phpunit --version && vendor/bin/phpunit --bootstrap=tests/bootstrap.php ./tests/
5050

5151
- name: Show info
5252
run: ls -a -h ./ && ls -a -h ./tests

0 commit comments

Comments
 (0)