Skip to content

Aggregate HTTPBoot and iPXE Conditions to Compute ServerBootConfiguration Readiness #526

Aggregate HTTPBoot and iPXE Conditions to Compute ServerBootConfiguration Readiness

Aggregate HTTPBoot and iPXE Conditions to Compute ServerBootConfiguration Readiness #526

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run tests
run: make test