Skip to content

Commit

Permalink
Temporarily commented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Aug 22, 2018
1 parent 6ff08da commit 2298dc3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ jobs:
key: composer-v2.0.0-{{ checksum "composer.json" }}
paths:
- /tmp/.composer/cache/files
- restore_cache:
key: phpunit-v2.0.0-{{ checksum "composer.json" }}
paths:
- /tmp/phpunit
- run:
name: "Running 'phpunit'"
command: |
cd ~/gush
mkdir -p ~/gush/var/circle-test-reports/phpunit
vendor/bin/phpunit --verbose --log-junit var/circle-test-reports/phpunit/junit.xml
- save_cache:
key: phpunit-v2.0.0-{{ checksum "composer.json" }}
paths:
- /tmp/phpunit
- store_test_results:
path: ~/gush/var/circle-test-reports
- store_artifacts:
path: ~/gush/var/circle-test-reports
# - restore_cache:
# key: phpunit-v2.0.0-{{ checksum "composer.json" }}
# paths:
# - /tmp/phpunit
# - run:
# name: "Running 'phpunit'"
# command: |
# cd ~/gush
# mkdir -p ~/gush/var/circle-test-reports/phpunit
# vendor/bin/phpunit --verbose --log-junit var/circle-test-reports/phpunit/junit.xml
# - save_cache:
# key: phpunit-v2.0.0-{{ checksum "composer.json" }}
# paths:
# - /tmp/phpunit
# - store_test_results:
# path: ~/gush/var/circle-test-reports
# - store_artifacts:
# path: ~/gush/var/circle-test-reports
- run:
name: "Running Docker container"
environment:
Expand Down

0 comments on commit 2298dc3

Please sign in to comment.