Skip to content

Commit a4e440a

Browse files
committed
CI: debug - use no-configuration phpunit
1 parent 01f37bd commit a4e440a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
- name: PHP CS Fixer
3131
run: composer cs:check
3232

33+
- name: Prepare build dir
34+
run: mkdir -p build
35+
3336
- name: PHPUnit
34-
run: php -d memory_limit=256M vendor/bin/phpunit --no-coverage
37+
run: php -d memory_limit=256M vendor/bin/phpunit --no-coverage --no-configuration --bootstrap vendor/autoload.php tests

0 commit comments

Comments
 (0)