AlexStocks commented on code in PR #835:
URL: 
https://github.com/apache/incubator-seata-go/pull/835#discussion_r2280358596


##########
.github/workflows/integrate-test.yml:
##########
@@ -61,15 +61,23 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-go-
 
+    - name: Set up Docker
+      uses: docker/setup-buildx-action@v2
+
+    - name: Install Docker Compose
+      run: |
+        curl -L 
"https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-$(uname
 -s)-$(uname -m)" -o /usr/local/bin/docker-compose
+        chmod +x /usr/local/bin/docker-compose
+        docker-compose --version

Review Comment:
   @dongzl 看下 copilot 这个回复是否合理



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to