Skip to content

WIP functional tests #1

WIP functional tests

WIP functional tests #1

Workflow file for this run

name: Functional
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
functional:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: helm/kind-action@v1
- name: Install CRDs
run: make install
- name: Deploy the controller
run: make deploy
- name: Sanity check
run: kubectl get ironic -A