1
0
Эх сурвалжийг харах

test(e2e): comment out DEBUG env

after a period of observation, the extra logs printed are not helpful for debugging
rcmerci 5 сар өмнө
parent
commit
1cbd6c2393

+ 2 - 2
.github/workflows/clj-e2e.yml

@@ -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() }}