Skip to content

Commit b7c1e34

Browse files
committed
update github action
1 parent 185a7c9 commit b7c1e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pnpm exec playwright install --with-deps
2121
working-directory: frontend/
2222
- name: Run Playwright tests
23-
run: pnpm exec playwright test
23+
run: export DEBUG=testcontainers* && pnpm exec playwright test
2424
working-directory: frontend/
2525
- uses: actions/upload-artifact@v4
2626
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)