From 2870b7968d4990b2d86f597a84df09c1c3ecac67 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Tue, 24 Oct 2023 10:13:47 +0200 Subject: [PATCH] fix worklow name typo and remove env/logging package --- ...sh-test-bash-image.yaml => env-publish-test-base-image.yaml} | 0 env/e2e/common/test_common.go | 2 +- env/environment/environment.go | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{env-publish-test-bash-image.yaml => env-publish-test-base-image.yaml} (100%) diff --git a/.github/workflows/env-publish-test-bash-image.yaml b/.github/workflows/env-publish-test-base-image.yaml similarity index 100% rename from .github/workflows/env-publish-test-bash-image.yaml rename to .github/workflows/env-publish-test-base-image.yaml diff --git a/env/e2e/common/test_common.go b/env/e2e/common/test_common.go index 7c334d732..0703ead44 100644 --- a/env/e2e/common/test_common.go +++ b/env/e2e/common/test_common.go @@ -16,11 +16,11 @@ import ( "github.com/smartcontractkit/chainlink-testing-framework/env/client" "github.com/smartcontractkit/chainlink-testing-framework/env/config" "github.com/smartcontractkit/chainlink-testing-framework/env/environment" - "github.com/smartcontractkit/chainlink-testing-framework/env/logging" a "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/alias" "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/helm/chainlink" "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/helm/ethereum" "github.com/smartcontractkit/chainlink-testing-framework/env/presets" + "github.com/smartcontractkit/chainlink-testing-framework/logging" ) const ( diff --git a/env/environment/environment.go b/env/environment/environment.go index 8ec58c511..8652bfe88 100644 --- a/env/environment/environment.go +++ b/env/environment/environment.go @@ -22,9 +22,9 @@ import ( "github.com/smartcontractkit/chainlink-testing-framework/env/client" "github.com/smartcontractkit/chainlink-testing-framework/env/config" "github.com/smartcontractkit/chainlink-testing-framework/env/imports/k8s" - "github.com/smartcontractkit/chainlink-testing-framework/env/logging" "github.com/smartcontractkit/chainlink-testing-framework/env/pkg" a "github.com/smartcontractkit/chainlink-testing-framework/env/pkg/alias" + "github.com/smartcontractkit/chainlink-testing-framework/logging" ) const (