Skip to content

BUG/MINOR: ssl: Add support for skip_reload parameter #478

BUG/MINOR: ssl: Add support for skip_reload parameter

BUG/MINOR: ssl: Add support for skip_reload parameter #478

Workflow file for this run

name: e2e
on:
pull_request:
branches:
- master
jobs:
build:
name: HAProxy
strategy:
matrix:
haproxy_version: ["2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"]
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Downloading required packages
run: sudo apt-get install bats
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make e2e
env:
HAPROXY_VERSION: ${{ matrix.haproxy_version }}