mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-21 12:29:24 +00:00
Compare commits
1 Commits
aa76318321
...
circleci-p
| Author | SHA1 | Date | |
|---|---|---|---|
| 894877e657 |
10
.circleci/config.yml
Normal file
10
.circleci/config.yml
Normal 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
|
||||||
Reference in New Issue
Block a user