From 8cbaf492f662cb4eac451ceb8d08b6f7a64cc098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20W=C3=B6rdehoff?= Date: Wed, 27 May 2020 18:50:24 +0200 Subject: [PATCH] . --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 41adbdd..ff1a3cc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,5 +17,6 @@ jobs: go-version: '1.13' - run: go get -u github.com/mjibson/esc - run: (cd metamate/pkg/v0/communication/servers/explorer && yarn install) + - run: make prepare - run: make build - run: make test \ No newline at end of file