mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-12-02 07:50:04 +03:00
15 lines
249 B
YAML
15 lines
249 B
YAML
dist: bionic
|
|
|
|
language:
|
|
- generic
|
|
|
|
before_install:
|
|
- docker-compose up -d
|
|
- docker ps
|
|
- docker images
|
|
|
|
script:
|
|
- sleep 3
|
|
- curl http://localhost:8002
|
|
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|