Browse Source

test(e2e): comment out DEBUG env

after a period of observation, the extra logs printed are not helpful for debugging
rcmerci 5 tháng trước cách đây
mục cha
commit
1cbd6c2393
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/clj-e2e.yml

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