Skip to content

Test OpenShift Tools Installer #11

Test OpenShift Tools Installer

Test OpenShift Tools Installer #11

name: Test OpenShift Tools Installer
on:
workflow_dispatch:
jobs:
install-cv-ubuntu-latest-1-11:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install chart-verifier
uses: redhat-actions/[email protected]
with:
source: github
skip_cache: true
chart-verifier: 0.1.0
install-oc-ubuntu-latest-1-11:
runs-on: ubuntu-latest
steps:
- name: Install oc
uses: redhat-actions/[email protected]
with:
oc: latest
skip_cache: true
install-cv-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- name: Install chart-verifier
uses: redhat-actions/openshift-tools-installer@v1
with:
source: github
skip_cache: true
chart-verifier: 0.1.0
install-oc-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- name: Install oc
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: latest
skip_cache: true
install-cv-ubuntu-2404:
runs-on: ubuntu-24.04
steps:
- name: Install chart-verifier
uses: redhat-actions/openshift-tools-installer@v1
with:
source: github
skip_cache: true
chart-verifier: 0.1.0
install-oc-ubuntu-2404:
runs-on: ubuntu-24.04
steps:
- name: Install oc
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: latest
skip_cache: true
oc: latest

Check failure on line 69 in .github/workflows/tools-installer.yml

View workflow run for this annotation

GitHub Actions / Test OpenShift Tools Installer

Invalid workflow file

The workflow is not valid. .github/workflows/tools-installer.yml (Line: 69, Col: 11): 'oc' is already defined .github/workflows/tools-installer.yml (Line: 70, Col: 11): 'skip_cache' is already defined
skip_cache: true