Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove un-needed operator-ui install #48

Merged
merged 1 commit into from Nov 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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