Skip to content

Commit

Permalink
Merge pull request #253 from chubin/travis2actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chubin authored Nov 13, 2020
2 parents 2bed107 + 9ab2987 commit 28bcb58
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,16 @@ jobs:
docker:
runs-on: ubuntu-20.04
steps:
- run: docker-compose build
- uses: actions/checkout@v2
- run: docker-compose build
- run: - docker images
- run: |
docker-compose -f docker-compose.yml up -d
# docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
docker-compose ps
# 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
- run: CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh


0 comments on commit 28bcb58

Please sign in to comment.