File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,24 @@ jobs:
2626 key : composer-v2.0.0-{{ checksum "composer.json" }}
2727 paths :
2828 - /tmp/.composer/cache/files
29- - restore_cache :
30- key : phpunit-v2.0.0-{{ checksum "composer.json" }}
31- paths :
32- - /tmp/phpunit
33- - run :
34- name : " Running 'phpunit'"
35- command : |
36- cd ~/gush
37- mkdir -p ~/gush/var/circle-test-reports/phpunit
38- vendor/bin/phpunit --verbose --log-junit var/circle-test-reports/phpunit/junit.xml
39- - save_cache :
40- key : phpunit-v2.0.0-{{ checksum "composer.json" }}
41- paths :
42- - /tmp/phpunit
43- - store_test_results :
44- path : ~/gush/var/circle-test-reports
45- - store_artifacts :
46- path : ~/gush/var/circle-test-reports
29+ # - restore_cache:
30+ # key: phpunit-v2.0.0-{{ checksum "composer.json" }}
31+ # paths:
32+ # - /tmp/phpunit
33+ # - run:
34+ # name: "Running 'phpunit'"
35+ # command: |
36+ # cd ~/gush
37+ # mkdir -p ~/gush/var/circle-test-reports/phpunit
38+ # vendor/bin/phpunit --verbose --log-junit var/circle-test-reports/phpunit/junit.xml
39+ # - save_cache:
40+ # key: phpunit-v2.0.0-{{ checksum "composer.json" }}
41+ # paths:
42+ # - /tmp/phpunit
43+ # - store_test_results:
44+ # path: ~/gush/var/circle-test-reports
45+ # - store_artifacts:
46+ # path: ~/gush/var/circle-test-reports
4747 - run :
4848 name : " Running Docker container"
4949 environment :
You can’t perform that action at this time.
0 commit comments