Skip to content

πŸš€ feat: adds ReplicaSet in Deployments #599

πŸš€ feat: adds ReplicaSet in Deployments

πŸš€ feat: adds ReplicaSet in Deployments #599

Workflow file for this run

name: controller tests
on:
pull_request:
paths:
- 'cyclops-ctrl/**'
push:
paths:
- 'cyclops-ctrl/**'
branches:
- main
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