From 4864ffeb4cf90a9e55fd2c5dfb15a5492bd39737 Mon Sep 17 00:00:00 2001 From: aasim Date: Sat, 4 May 2024 23:45:38 -0400 Subject: [PATCH] udpated docker compose logs command to specify env file --- .github/workflows/pr_ci_playwright_e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_ci_playwright_e2e.yaml b/.github/workflows/pr_ci_playwright_e2e.yaml index e574025a9..60c2a1eef 100644 --- a/.github/workflows/pr_ci_playwright_e2e.yaml +++ b/.github/workflows/pr_ci_playwright_e2e.yaml @@ -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