Yeuoly 1 년 전
부모
커밋
152aff05b8
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/tests-arm64.yml

+ 6 - 0
.github/workflows/tests-arm64.yml

@@ -41,6 +41,12 @@ jobs:
       - name: Install Python dependencies
         run: pip install httpx requests jinja2
 
+      - name: Setup Debug Session
+        uses: mxschmitt/action-tmate@v3
+        timeout-minutes: 15
+        with:
+          detached: true
+
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...
         env: