Skip to content

Add profile for client-cert https proxy to local http #1210

Add profile for client-cert https proxy to local http

Add profile for client-cert https proxy to local http #1210

Workflow file for this run

name: Run CI
on:
push:
branches: [$default-branch]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- "lint"
- "specs"
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run ${{ matrix.target }}