Yeuoly 1 年之前
父节点
当前提交
c6f35113d0
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .github/workflows/tests-arm64.yml

+ 2 - 3
.github/workflows/tests-arm64.yml

@@ -41,9 +41,8 @@ jobs:
       - name: Install Python dependencies
         run: pip install httpx requests jinja2
 
-      - name: Setup Debug Session
-        uses: mxschmitt/action-tmate@v3
-        timeout-minutes: 15
+      - name: Link Go
+      - run: sudo ln -s "$(which go)" /usr/local/bin/go
 
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...