Skip to content

Commit

Permalink
Update tools-installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Jul 8, 2024
1 parent c01e32d commit a432beb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tools-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
install:
install-cv:
runs-on: ubuntu-latest
steps:
- name: Install chart-verifier
Expand All @@ -14,6 +14,10 @@ jobs:
skip_cache: true
chart-verifier: 0.1.0


install-oc:
runs-on: ubuntu-latest
steps:
- name: Install oc
uses: redhat-actions/openshift-tools-installer@v1
with:
Expand Down

0 comments on commit a432beb

Please sign in to comment.