test(e2e): comment out DEBUG env

after a period of observation, the extra logs printed are not helpful for debugging
This commit is contained in:
rcmerci
2025-05-27 00:02:54 +08:00
parent 40254673a5
commit 1cbd6c2393

View File

@@ -84,8 +84,8 @@ jobs:
- name: Run e2e tests
run: cd clj-e2e && timeout 30m bb dev
env:
DEBUG: "pw:api"
# env:
# DEBUG: "pw:api"
- name: Collect screenshots
if: ${{ failure() }}