Skip to content

Commit

Permalink
comment out HCP_SCADA_ADDRESS environment variable (#19583)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcboudreau authored and raymonstah committed Mar 17, 2023
1 parent a579239 commit ebf5b63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-go.yml
Expand Up @@ -101,7 +101,6 @@ jobs:
kv/data/github/${{ github.repository }}/hcp-link HCP_CLIENT_ID;
kv/data/github/${{ github.repository }}/hcp-link HCP_CLIENT_SECRET;
kv/data/github/${{ github.repository }}/hcp-link HCP_RESOURCE_ID;
kv/data/github/${{ github.repository }}/hcp-link HCP_SCADA_ADDRESS;
- id: run-go-tests
name: Run Go tests
timeout-minutes: ${{ fromJSON(env.TIMEOUT_IN_MINUTES) }}
Expand Down Expand Up @@ -138,7 +137,9 @@ jobs:
export HCP_CLIENT_ID=${{ secrets.HCP_CLIENT_ID }}
export HCP_CLIENT_SECRET=${{ secrets.HCP_CLIENT_SECRET }}
export HCP_RESOURCE_ID=${{ secrets.HCP_RESOURCE_ID }}
export HCP_SCADA_ADDRESS=${{ secrets.HCP_SCADA_ADDRESS }}
# Temporarily removing this variable to cause HCP Link tests
# to be skipped.
#export HCP_SCADA_ADDRESS=${{ secrets.HCP_SCADA_ADDRESS }}
fi
GOARCH=${{ inputs.go-arch }} \
Expand Down

0 comments on commit ebf5b63

Please sign in to comment.