Skip to content

ConfigureRequest embeds BackendConfiguration to improve readability #288

ConfigureRequest embeds BackendConfiguration to improve readability

ConfigureRequest embeds BackendConfiguration to improve readability #288

name: Integration Tests
on:
workflow_dispatch: # Manual trigger only
push:
jobs:
integration-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version: 1.24.2
cache: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
- name: Run integration tests
run: make integration-tests