Remove debug logs

This commit is contained in:
Manuel Bustillo 2025-06-08 13:21:45 +02:00
parent 1c0570d1a8
commit f3799a26b6

View File

@ -29,4 +29,4 @@ jobs:
- name: Wait for the service to be ready
run: npx wait-on http://127.0.0.1:3000/default/ --timeout 30000
- name: Run Playwright tests
run: DEBUG=pw:api pnpm exec playwright test
run: pnpm exec playwright test