From 15234901299583f9032c65b1d4d7388ea9f3f88f Mon Sep 17 00:00:00 2001 From: aichy126 <16996097+aichy126@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:27:36 +0800 Subject: [PATCH] fix test --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 275e606d..aedc1256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,16 +24,16 @@ jobs: uses: actions/checkout@v3 - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.18 + # - name: Set up Go + # uses: actions/setup-go@v3 + # with: + # go-version: 1.18 # - name: Test # run: go test -v ./... - - name: Test Build - run: go build -v ./... + # - name: Test Build + # run: go build -v ./... - name: Login to ghcr.io uses: docker/login-action@v1