Skip to content

Commit

Permalink
chore: add API key & url to docker check step
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Sep 26, 2024
1 parent c30143a commit 05821ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
run: docker compose build
- name: docker compose up
run: docker compose up --wait
env:
API_KEY: ${{secrets.API_KEY}}
API_URL: ${{secrets.API_URL}}
- name: ensure running properly
run: docker compose exec --no-TTY mobile-app-backend wget --spider -S http://localhost:4000/
- name: show docker container logs
Expand Down

0 comments on commit 05821ff

Please sign in to comment.