This is an automated email from the ASF dual-hosted git repository.

xiazcy pushed a commit to branch go-http-converge-conn-lang
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/go-http-converge-conn-lang by 
this push:
     new 4b37f5dbb0 fix actions
4b37f5dbb0 is described below

commit 4b37f5dbb0ffad881dd45b233edafe8b25144325
Author: Yang Xia <[email protected]>
AuthorDate: Fri Jan 2 11:12:51 2026 -0800

    fix actions
---
 .github/workflows/build-test.yml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 425e47d7ee..9e933ee9a9 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -360,23 +360,11 @@ jobs:
     needs: cache-gremlin-server-docker-image
     runs-on: ubuntu-latest
     steps:
-      - name: Checkout
-        uses: actions/checkout@v5
+      - uses: actions/checkout@v5
       - name: Setup Go
         uses: actions/setup-go@v5
         with:
           go-version: '1.25'
-      - name: Get Cached Server Base Image
-        uses: actions/cache@v4
-        id: gremlin-server-test-docker-image
-        with:
-          path: |
-            ./gremlin-server/*
-            ~/.m2/repository/org/apache/tinkerpop/*
-          key: ${{ github.sha }}
-      - name: Load Docker Image
-        working-directory: ./gremlin-server
-        run: docker load --input gremlin-server.tar
       - name: Build with Maven
         working-directory: .
         run: |

Reply via email to