Skip to content

Commit

Permalink
udpated docker compose logs command to specify env file
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 5, 2024
1 parent fb1f231 commit 4864ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: docker compose --env-file .env.dev up --build -d

- name: Check Docker Container Logs
run: docker-compose logs
run: docker compose --env-file .env.dev logs

- name: Setup Node environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4864ffe

Please sign in to comment.