Skip to content

Commit

Permalink
added logs to e2e workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 5, 2024
1 parent 856f2bb commit fb1f231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Run Docker Compose
run: docker compose --env-file .env.dev up --build -d

- name: Check Docker Container Logs
run: docker-compose logs

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

0 comments on commit fb1f231

Please sign in to comment.