From 401bf216ae33db1ee83f82aa04e7b18873a958d5 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 2 Nov 2022 11:41:57 +0100 Subject: [PATCH] verify go-client by building it --- .github/workflows/go_on_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go_on_release.yml b/.github/workflows/go_on_release.yml index 15c0596cb3..a095e485f8 100644 --- a/.github/workflows/go_on_release.yml +++ b/.github/workflows/go_on_release.yml @@ -20,6 +20,7 @@ jobs: cd go-client rm .gitignore ./build.sh + go build - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@devel