소스 검색

fix(turbo): add integration test task with output logging

Ryu Sato 1 주 전
부모
커밋
268ae6c0bc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      turbo.json

+ 3 - 0
turbo.json

@@ -82,6 +82,9 @@
     "test": {
       "outputLogs": "new-only"
     },
+    "test:integ": {
+      "outputLogs": "new-only"
+    },
 
     "//#version:patch": {
       "cache": false