Skip to content

KUTTL

KUTTL #1

Workflow file for this run

name: KUTTL
on: [pull_request]
jobs:
kuttl:
name: kuttl tests
runs-on: ubuntu-latest
steps:
- name: Checkout project code
uses: actions/checkout@v4
with:
path: main
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: openstack-k8s-operators/install_yamls
path: install_yamls
- name: MicroShift OpenShift Cluster
uses: container-tools/microshift-action@v0.3.0
- name: get nodes
run: |
oc get nodes