diff --git a/.github/workflows/tests-ubuntu.yml b/.github/workflows/tests-ubuntu.yml index 109b600..99947a2 100644 --- a/.github/workflows/tests-ubuntu.yml +++ b/.github/workflows/tests-ubuntu.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index d3357e4..70d308e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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