Skip to content

Commit fed12a0

Browse files
authored
CI: disable HVS integration tests. (#1090)
1 parent d1350ee commit fed12a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/actions/integration-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ runs:
101101
HCP_PROJECT_ID: ${{ inputs.hcp-project-id }}
102102
HCP_CLIENT_ID: ${{ inputs.hcp-client-id }}
103103
HCP_CLIENT_SECRET: ${{ inputs.hcp-client-secret }}
104+
SKIP_HCPVSAPPS_TESTS: "true"
104105
GITHUB_TOKEN: ${{ inputs.github-token }}
105106
# used by scripts that fetch build tools from GH
106107
GH_GET_RETRIES: 5

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.5

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ SKIP_CLEANUP ?=
5252
SKIP_AWS_TESTS ?= true
5353
SKIP_AWS_STATIC_CREDS_TEST ?= true
5454
SKIP_GCP_TESTS ?= true
55-
SKIP_HCPVSAPPS_TESTS ?= false
5655

5756
# filter bats unit tests to run.
5857
BATS_TESTS_FILTER ?= .\*

0 commit comments

Comments
 (0)