Skip to content

Commit 2298dc3

Browse files
committed
Temporarily commented tests
1 parent 6ff08da commit 2298dc3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.circleci/config.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)