From 1ab68a804c0fedccff5ee4150e4c255b8977a977 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 17 Apr 2022 12:09:10 -0700 Subject: [PATCH] Don't build docker containers on actions since this doesn't work on macos --- .github/workflows/go-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 163c59b..17f4850 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -19,5 +19,3 @@ jobs: - name: Go test if: ${{ !startsWith(github.event.head_commit.message, 'Release') }} run: make test - - name: Build docker contains - run: make build-api build-static