File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,10 @@ jobs:
36
36
restore-keys : ${{ runner.os }}-composer-
37
37
- name : Install Dependencies
38
38
run : composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs
39
- - name : Execute tests via PHPUnit
40
- run : php -d pcov.enabled=1 -d memory_limit=4G vendor/bin/phpunit --log-junit build/logs/junit-log.xml --coverage-clover=build/logs/clover.xml
39
+ - name : Execute tests
40
+ run : php -d pcov.enabled=1 vendor/bin/phpunit --log-junit build/logs/junit-log.xml --coverage-clover=build/logs/clover.xml
41
41
- name : Coverage Upload
42
42
env :
43
43
OTTERWISE_TOKEN : ${{ secrets.OTTERWISE_TOKEN }}
44
44
run : bash <(curl -s https://raw.githubusercontent.com/getOtterWise/bash-uploader/main/uploader.sh) --log-file build/logs/junit-log.xml
45
45
46
-
47
- # todo create deploy request in PlanetScale
You can’t perform that action at this time.
0 commit comments