Skip to content

Commit

Permalink
Remove un-needed operator-ui install (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Nov 24, 2022
1 parent cb4a8f5 commit 11cc0e4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions chainlink-testing-framework/build-image/action.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 11cc0e4

Please sign in to comment.