Kaynağa Gözat

feat: tests

Yeuoly 1 yıl önce
ebeveyn
işleme
993493128c
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme
  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: