소스 검색

test(e2e): comment out DEBUG env

after a period of observation, the extra logs printed are not helpful for debugging
rcmerci 5 달 전
부모
커밋
1cbd6c2393
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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() }}