Skip to content

fix: DescibeContainerInstances disallows empty instances input (#6) #11

fix: DescibeContainerInstances disallows empty instances input (#6)

fix: DescibeContainerInstances disallows empty instances input (#6) #11

Workflow file for this run

name: test
on:
pull_request:
branches:
- "**"
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test