diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index cffb7569e..d11a54cfe 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -77,7 +77,9 @@ jobs: } EOT - name: Install gotestsum - run: go install gotest.tools/gotestsum@latest + run: | + sudo apt-get update + sudo apt-get install gotestsum shell: bash - name: Test Git integration run: gotestsum --junitfile node-summary.xml --format short-verbose -- -run "${{ steps.test_split.outputs.run }}" -timeout 0 integration_test.go diff --git a/integration_test.go b/integration_test.go index c162c4b22..9786625ec 100644 --- a/integration_test.go +++ b/integration_test.go @@ -2311,7 +2311,7 @@ func TestCloudRegionTargetResource(t *testing.T) { err = testFramework.TerraformInitAndApply(t, container, filepath.Join("./terraform", "33a-cloudregiontargetds"), newSpaceId, []string{}) if err != nil { - t.Log("BUG: cloud region data source does not appear to work") + t.Fatal("cloud region data source does not appear to work") } // Assert