Skip to content

SEC-130: bump Ingress-NGINX to v1.11.5 #69

SEC-130: bump Ingress-NGINX to v1.11.5

SEC-130: bump Ingress-NGINX to v1.11.5 #69

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unit
run: |
make test
- name: E2E
run: |
make test_e2e