File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: PHP
22on :
33 push :
44 branches :
5- - " main "
5+ - " php5 "
66 pull_request :
77 branches :
8- - " main "
8+ - " php5 "
99permissions :
1010 contents : " read"
1111jobs :
1717 php-version :
1818 - " 5.5"
1919 - " 5.6"
20- # env:
21- # CC_TEST_REPORTER_ID: "a8cbf54ef2884175dc3bb747b33c826351d3a2d758f9145a5eeac97e48b36a34"
2220 name : " PHP ${{ matrix.php-version }}"
2321 steps :
2422 - # git checkout
5452 - # Install dependencies
5553 name : " Install composer dependencies"
5654 run : " composer install --prefer-dist --no-progress"
57- # - # CodeClimate Reporter Setup
58- # name: "CodeClimate Reporter Setup"
59- # run: |
60- # curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
61- # chmod +x ./cc-test-reporter
62- # ./cc-test-reporter before-build
6355 - # Run phpunit
6456 name : " Run phpunit"
6557 run : " php vendor/bin/phpunit --coverage-clover clover.xml --coverage-text"
66- # run: |
67- # php vendor/bin/phpunit --coverage-clover clover.xml --coverage-text
68- # ./cc-test-reporter after-build -t clover --exit-code $?
You can’t perform that action at this time.
0 commit comments