Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Test Etcd on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ceratto committed Oct 16, 2018
1 parent 113173d commit 5e5de68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
POSTGRES_USER: root
POSTGRES_DB: circle-test_test
- image: circleci/mongo:latest
# missing: Etcd, Redis
- image: bitnami/etcd:latest
environment:
ALLOW_NONE_AUTHENTICATION=yes
# missing: Redis
steps:
- run: echo 'export PATH=~/.nimble/bin:$PATH' >> $BASH_ENV
- checkout
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mongodb_functional:
functional: build_functional_tests sqlite_functional mysql_functional etcd_functional mongodb_functional

# CircleCI does not provide some databases
circleci: dbonly_functional build_functional_tests_circleci sqlite_functional mysql_functional mongodb_functional
circleci: dbonly_functional build_functional_tests_circleci sqlite_functional mysql_functional mongodb_functional etcd_functional

start_databases:
sudo systemctl start etcd.service
Expand Down

0 comments on commit 5e5de68

Please sign in to comment.