From 45c1754465402579330a9df4750f00ceed00f508 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 22 Mar 2021 08:48:07 -0700 Subject: [PATCH] Fixes deploy go test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ea077219..a22defac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run Go Tests with Coverage - run: go test -cover ./... + run: make test SKIP_ASSET=1 int-test: needs: [go-test, npm-test] name: Integration Tests