From 11cc0e407d1538086d8e204abb9a5893ac55583f Mon Sep 17 00:00:00 2001 From: HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Date: Thu, 24 Nov 2022 11:01:15 -0500 Subject: [PATCH] Remove un-needed operator-ui install (#48) --- chainlink-testing-framework/build-image/action.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chainlink-testing-framework/build-image/action.yml b/chainlink-testing-framework/build-image/action.yml index 2cc157d..91d0467 100644 --- a/chainlink-testing-framework/build-image/action.yml +++ b/chainlink-testing-framework/build-image/action.yml @@ -39,10 +39,6 @@ inputs: GOPRIVATE: required: false description: private repos needed for go - GH_TOKEN: - required: false - description: The token needed to install the operator ui - default: ${{ github.token }} runs: using: composite @@ -91,11 +87,6 @@ runs: env: GOPRIVATE: ${{ inputs.GOPRIVATE }} run: go mod tidy - - name: Install operator-ui - shell: bash - env: - GH_TOKEN: ${{ inputs.GH_TOKEN }} - run: make operator-ui - name: Env vars shell: bash run: env