Skip to content

replace kb.io placeholder with NRC API domain in webhook name #542

replace kb.io placeholder with NRC API domain in webhook name

replace kb.io placeholder with NRC API domain in webhook name #542

Workflow file for this run

name: E2E Tests
on:
push:
pull_request:
permissions: {}
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Clone the code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: go.mod
- name: Install the latest version of kind
run: |
curl -Lo ./kind https://kind.sigs.k8s.io/dl/latest/kind-linux-$(go env GOARCH)
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
- name: Verify kind installation
run: kind version
- name: Install controller-gen and setup-envtest
run: |
make controller-gen
make setup-envtest
- name: Running Test e2e
run: make test-e2e
env:
KIND: kind
KIND_CLUSTER: kind