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

Merge pull request #41 from shubham-cmyk/crd #188

Merge pull request #41 from shubham-cmyk/crd

Merge pull request #41 from shubham-cmyk/crd #188

Workflow file for this run

name: "Unit tests"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1
with:
go-version: 1.18
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: "Run unit tests"
run: make test