소스 검색

feat: tests

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

+ 0 - 8
.github/workflows/tests.yml

@@ -43,14 +43,6 @@ jobs:
       - name: Install Python dependencies
         run: pip install httpx requests jinja2
 
-      - name: Setup tmate session
-        uses: mxschmitt/action-tmate@v3
-        with:
-          limit-access-to-actor: true
-
-      - name: Wait for tmate connection
-        run: sleep 3600
-
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...
         env: