Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Trying microshift for kuttl tests #1

Trying microshift for kuttl tests

Trying microshift for kuttl tests #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/[email protected]
- name: get nodes
run: |
oc get nodes