Skip to content

set next macro chart for kubefirst - 2.4.15 #36

set next macro chart for kubefirst - 2.4.15

set next macro chart for kubefirst - 2.4.15 #36

name: Run unit tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Running Golang tests
run: go test -v -short ./...