Skip to content

Commit

Permalink
View docker logs in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joekitsmith committed Nov 30, 2023
1 parent d5d82fa commit 19161cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
MONGODB_HOST=${{ vars.MONGODB_HOST }} \
FRONTEND_URL=${{ vars.FRONTEND_URL }} \
REACT_APP_API_URL=${{ vars.REACT_APP_API_URL }} \
docker compose -f docker/docker-compose.qa.yml up -d --build
docker compose -f docker/docker-compose.qa.yml up --build
- name: Test mongo
run: |
Expand Down

0 comments on commit 19161cc

Please sign in to comment.