mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
14 lines
210 B
YAML
14 lines
210 B
YAML
dist: bionic
|
|
|
|
language:
|
|
- generic
|
|
|
|
before_install:
|
|
- docker-compose up -d
|
|
- docker ps
|
|
- docker images
|
|
|
|
script:
|
|
- curl http://localhost:8002
|
|
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh
|