Skip to content

Commit

Permalink
add simple e2e check for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n committed Dec 6, 2019
1 parent cd4349b commit 54e326b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ jobs:
uses: actions/checkout@v1
- name: docker-compose build
run: docker-compose build
- name: Health check
run: |
docker-compose up -d
curl -Is http://localhost:3000 | grep -q "200 OK"
- name: Cleanup
if: always()
run: docker-compose down

0 comments on commit 54e326b

Please sign in to comment.