From 026f3c88fb805f3221db2ddabe8c6f0f2edb7275 Mon Sep 17 00:00:00 2001 From: David Lick Date: Thu, 17 Jun 2021 17:37:58 -0400 Subject: [PATCH] Fix formatting in yaml --- .github/workflows/supermarket-api-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/supermarket-api-ci.yml b/.github/workflows/supermarket-api-ci.yml index e42e88c..2041aab 100644 --- a/.github/workflows/supermarket-api-ci.yml +++ b/.github/workflows/supermarket-api-ci.yml @@ -13,5 +13,5 @@ jobs: with: go-version: 1.x - run: | - export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14 - make unit-test + export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14 + make unit-test