Skip to content

Commit 1e95129

Browse files
committed
try to run dockerized test suite on circle ci
1 parent 7bb2f56 commit 1e95129

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ jobs:
55
- image: docker:18.06.0-ce
66
steps:
77
- checkout
8+
- setup_remote_docker
89
- run:
9-
name: Install Docker Compose
10+
name: Run Tests
1011
command: |
1112
set -x
1213
apk add --no-cache \
1314
curl
1415
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
1516
chmod +x /usr/local/bin/docker-compose
16-
- setup_remote_docker
17-
- run:
18-
name: Run tests
19-
command: |
20-
set -x
2117
docker-compose run --rm test bundle exec rake db:schema:load
2218
docker-compose run --rm test bundle exec rspec spec/usage

0 commit comments

Comments
 (0)