Yeuoly 1 year ago
parent
commit
66b39f1163
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .github/workflows/tests.yml

+ 9 - 1
.github/workflows/tests.yml

@@ -41,7 +41,15 @@ jobs:
           python-version: '3.10'
 
       - name: Install Python dependencies
-        run: pip install httpx requests jinja2 && python -c "import sys;print(sys.executable)"
+        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/...