From 83211dc5d4bd53db38d1a16e96eec53bb9ae7028 Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 31 Oct 2024 19:25:39 +0800 Subject: [PATCH] direct docker --- .gitea/workflows/go.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 3d230d3..a5aa726 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -4,25 +4,6 @@ on: branches: [ master ] jobs: - build: - name: Build and test - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: 1.21 - - - name: Build project - run: | - go build -v ./... - - name: Test with the Go CLI - run: go test - docker: needs: build runs-on: ubuntu-latest