From 5722b8df8bfcfcf3cc101e183078f2ef1b6817c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mal=C3=A9s?= <85952626+joaomper-TE@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:39:01 +0000 Subject: [PATCH] temp --- .github/workflows/test.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3992f8d..9ed5738 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,20 +37,10 @@ jobs: with: terraform_version: '1.5.*' terraform_wrapper: false - - run: | - if [ -z "${{ secrets.TE_TOKEN }}" ]; then - echo "TE_TOKEN is not set. Please configure the TE_TOKEN secret in your repository." - fi - if [ -z "${{ secrets.TE_AID }}" ]; then - echo "TE_AID is not set. Please configure the TE_AID secret in your repository." - fi - echo "TE_TOKEN: ${TE_TOKEN}" - echo "TE_AID: ${TE_AID}" - echo "TEST: ${TEST}" + - run: go test -v -cover ./... env: TE_TOKEN: ${{ secrets.TE_TOKEN }} TE_AID: ${{ secrets.TE_AID }} - TEST: ${{ secrets.PASSPHRASE }} TE_API_ENDPOINT: 'https://api.stg.thousandeyes.com/v6' TF_ACC: '1' unit: