Skip to content

Commit

Permalink
To revert: narrow test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Apr 29, 2019
1 parent bdb9937 commit 0f472a2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- run:
name: Prepare yarn cache and change owner dir (default user = circleci (1001) and docker needs uid 1000)
command: mkdir -p ~/.cache/yarn && sudo chown -R 1000:1000 ~/.cache/yarn
- restore_cache:
name: Restore Composer cache
keys:
- composer-v1-{{ checksum "composer.lock" }}
- composer-v1-
- run:
name: Start containers
command: docker-compose up -d
Expand All @@ -53,11 +48,6 @@ jobs:
- run:
name: Change owner on project dir after installing when there is no cache
command: sudo chmod -R 777 ../project
- save_cache:
name: Save Composer cache
key: composer-v1-{{ checksum "composer.lock" }}
paths:
- ~/.cache/composer
- persist_to_workspace:
root: ~/
paths:
Expand Down

0 comments on commit 0f472a2

Please sign in to comment.