Skip to content

fix: create namespace when running TestSuite #195

fix: create namespace when running TestSuite

fix: create namespace when running TestSuite #195

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.21
- uses: actions/checkout@v2.4.0
- name: "Run unit tests"
run: make test