mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
19 lines
270 B
YAML
19 lines
270 B
YAML
workspace:
|
|
base: /go
|
|
path: src/github.com/gomods/athens
|
|
|
|
pipeline:
|
|
ping:
|
|
image: mongo:3.0
|
|
commands:
|
|
- sleep 15
|
|
build:
|
|
image: golang:1.10
|
|
commands:
|
|
- go test ./...
|
|
|
|
services:
|
|
mongo:
|
|
image: mongo:3.0
|
|
command: [ --smallfiles ]
|