Skip to content

Commit

Permalink
ci: Add swagger ping in API CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
FG Fernandez committed Apr 29, 2022
1 parent 3d645ce commit de829ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build & run docker
run: PORT=8002 docker-compose up -d --build
- name: Ping server
run: curl http://localhost:8002/docs
- name: Install dependencies in docker
run: |
PORT=8002 docker-compose exec -T web python -m pip install --upgrade pip
Expand Down

0 comments on commit de829ce

Please sign in to comment.