Skip to content

Commit

Permalink
#30 - Added mysql database to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent 5e1b465 commit 72c8790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
services-build:
docker:
- image: circleci/node:7.10
- image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: admin
working_directory: ~/carpal/backend/src
steps:
- checkout:
Expand Down

0 comments on commit 72c8790

Please sign in to comment.