mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
10 lines
220 B
YAML
10 lines
220 B
YAML
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 |