We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185a7c9 commit b7c1e34Copy full SHA for b7c1e34
1 file changed
.github/workflows/playwright.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pnpm exec playwright install --with-deps
21
working-directory: frontend/
22
- name: Run Playwright tests
23
- run: pnpm exec playwright test
+ run: export DEBUG=testcontainers* && pnpm exec playwright test
24
25
- uses: actions/upload-artifact@v4
26
if: ${{ !cancelled() }}
0 commit comments