Skip to content

allocate ports from a specified range to workloads (#34) #32

allocate ports from a specified range to workloads (#34)

allocate ports from a specified range to workloads (#34) #32

Workflow file for this run

name: test-unit
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test-unit:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: docker/setup-buildx-action@v3
- run: make unittests