mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
17 lines
373 B
YAML
17 lines
373 B
YAML
dist: focal
|
|
|
|
language:
|
|
- generic
|
|
|
|
before_install:
|
|
- docker-compose build
|
|
- docker images
|
|
- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
|
|
- docker-compose ps
|
|
|
|
script:
|
|
- curl --retry 3 --retry-all-errors http://localhost:8002
|
|
- docker-compose logs --no-color
|
|
- docker logs chtsh
|
|
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|