Skip to content

helm: support webhook.enablePolicyApi #3912

helm: support webhook.enablePolicyApi

helm: support webhook.enablePolicyApi #3912

Workflow file for this run

name: GGII Tests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
test_gloo_gateway:
name: Build and Test Gloo Gateway
runs-on: ubuntu-22.04
timeout-minutes: 10
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./projects/gateway2/... ./projects/gloo/cli/cmd
- name: Install utils for env tests
run: make -C ./projects/gateway2/ install-go-tools
- name: Test with the Go CLI
run: go test ./projects/gateway2/...