1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #249 from abitrolly/master

Test "production" container on Travis
This commit is contained in:
Igor Chubin
2020-11-12 11:12:07 +01:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
+5 -4
View File
@@ -6,11 +6,12 @@ language:
before_install:
- docker-compose build
- docker images
- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose -f docker-compose.yml up -d
#- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose ps
script:
# wait until the web server is up
- wget --timeout 3 --tries=5 --spider localhost:8002 2>&1 | grep -i http
- docker-compose logs --no-color
- docker logs chtsh
script:
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh