Skip to content

Merge branch 'main' into load-template-values-into-crd #121

Merge branch 'main' into load-template-values-into-crd

Merge branch 'main' into load-template-values-into-crd #121

Workflow file for this run

name: controller tests
on:
pull_request:
paths:
- 'cyclops-ctrl/**'
push:
paths:
- 'cyclops-ctrl/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Unit tests
run: |
cd ${{ github.workspace }}/cyclops-ctrl
make unit-test