From 0d1843b70e4bcba4b643a8a424c68b31173ae502 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Thu, 24 Jun 2021 13:36:50 +0200 Subject: [PATCH] Test "go get" --- .github/workflows/demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9d8fad0..51e1cd0 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -22,6 +22,7 @@ jobs: git clone https://github.com/mpdude/test-2.git test-2-http git clone git@github.com:mpdude/test-2.git test-2-git git clone ssh://git@github.com/mpdude/test-2.git test-2-git-ssh + go get -v github.com/mpdude/test-2 docker_demo: runs-on: ubuntu-latest