Skip to content

Commit

Permalink
adjust test env type name for remote runner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Oct 20, 2023
1 parent abd4f81 commit a705bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/env-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
test_command_to_run: unset ENV_JOB_IMAGE && cd env && make test_e2e_ci
test_download_vendor_packages_command: go mod download
artifacts_location: ./env/e2e/logs
artifacts_location: ./e2e/logs
publish_check_name: E2E Test Results
token: ${{ secrets.GITHUB_TOKEN }}
go_mod_path: go.mod
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
test_command_to_run: cd env && make test_e2e_ci_remote_runner
test_download_vendor_packages_command: go mod download
artifacts_location: ./env/e2e/logs
artifacts_location: ./e2e/logs
publish_check_name: E2E Remote Runner Test Results
token: ${{ secrets.GITHUB_TOKEN }}
go_mod_path: go.mod
Expand Down
2 changes: 1 addition & 1 deletion env/e2e/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
TestEnvType = "chainlink-env-test"
TestEnvType = "chainlink-testing-framework-test"
)

var (
Expand Down

0 comments on commit a705bde

Please sign in to comment.