1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

2 Commits

Author SHA1 Message Date
7327902fe8 Merge pull request #13 from jcwimer/circleci-project-setup
Add .circleci/config.yml
2020-11-06 12:29:02 -05:00
894877e657 Add .circleci/config.yml 2020-11-06 12:20:56 -05:00

10
.circleci/config.yml Normal file
View File

@@ -0,0 +1,10 @@
version: 2
jobs:
build:
machine: true
steps:
- checkout
# start proprietary DB using private Docker image
# with credentials stored in the UI
- run: |
bash bin/run-tests-with-docker.sh