1 parent 01f37bd commit a4e440aCopy full SHA for a4e440a
1 file changed
.github/workflows/ci.yml
@@ -30,5 +30,8 @@ jobs:
30
- name: PHP CS Fixer
31
run: composer cs:check
32
33
+ - name: Prepare build dir
34
+ run: mkdir -p build
35
+
36
- name: PHPUnit
- 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