Skip to content

container limits constraint unit test PR #551

container limits constraint unit test PR

container limits constraint unit test PR #551

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: make
run: make run-unit-tests