Skip to content

Make Ingress validating webhook ignore ingresses not managed by AWS L… #1819

Make Ingress validating webhook ignore ingresses not managed by AWS L…

Make Ingress validating webhook ignore ingresses not managed by AWS L… #1819

Workflow file for this run

name: Unit Test
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run unit tests
run: |
sudo snap install yq
make test
- name: Codecov
uses: codecov/codecov-action@v1
with:
file: ./cover.out # optional
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make quick-ci
run: |
make quick-ci