Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomper-TE committed Dec 12, 2023
1 parent f97f20d commit 5722b8d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5722b8d

Please sign in to comment.