Skip to content

Merge branch 'main' into APIGOV-32191 #5334

Merge branch 'main' into APIGOV-32191

Merge branch 'main' into APIGOV-32191 #5334

Workflow file for this run

name: Run test
on:
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.25
cache: false
- name: Install go-junit-report
run: go install github.com/jstemmer/go-junit-report/v2@latest
- name: Test
run: make test