From ca0062f04962448783925e6690df9126d5e7101e Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:18:32 +0200 Subject: [PATCH] Update run-cli-tests.yml --- .github/workflows/run-cli-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-cli-tests.yml b/.github/workflows/run-cli-tests.yml index 9cd5d1519..e3237a34e 100644 --- a/.github/workflows/run-cli-tests.yml +++ b/.github/workflows/run-cli-tests.yml @@ -23,8 +23,6 @@ jobs: go-version: "1.21.x" - name: Install dependencies run: go get . - - name: Build - run: go build -v ./... - name: Test with the Go CLI env: CLI_TESTS_UA_CLIENT_ID: ${{ secrets.CLI_TESTS_UA_CLIENT_ID }}