Skip to content

Commit

Permalink
#30 - Initialising mysql in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent 72c8790 commit c5dd94b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- run: npm run refresh-db
- run: npm test
- save_cache:
paths:
Expand Down
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"test": "mocha './src/test/**/*.test.js'",
"start": "node src/test/expressApis.js",
"refresh-db": "node ./src/main/database/index.js",
"refresh-test-db": "node ./src/test/database/refreshDatabase.js",
"deploy-sls": "sls deploy"
},
"dependencies": {
Expand Down

0 comments on commit c5dd94b

Please sign in to comment.