You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/17 02:36:39 UTC

[skywalking-banyandb] 01/01: Update go.yml

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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit f3ec3471088fe85464e3fc8f1decad47add270a0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Aug 17 10:36:31 2021 +0800

    Update go.yml
---
 .github/workflows/go.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f3eaf2b..43e6e9f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -75,9 +75,10 @@ jobs:
         run: GOPROXY=https://proxy.golang.org go mod download
       - name: Test
         run: make test
-  checks:
-    name: build
+  result:
+    name: Result
     runs-on: ubuntu-20.04
     needs: [check, build, test]
     steps:
       - run: echo 'success'
+