Skip to content

Refactor commands for testing #9

Refactor commands for testing

Refactor commands for testing #9

Workflow file for this run

name: Build Strimzi Shutdown PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25.x'
- name: Build
run: make build
- name: Run tests
run: make test