Skip to content

[161] Add plain manifests to release process #429

[161] Add plain manifests to release process

[161] Add plain manifests to release process #429

Workflow file for this run

name: Make run tests e2e
on:
pull_request:
types:
- opened
- labeled
- synchronize
jobs:
build:
# Pull request has label 'ok-to-test' or the author is a member of the organization
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') || contains(fromJSON('["COLLABORATOR", "MEMBER", "OWNER"]'), github.event.pull_request.author_association)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v5.0.0
with:
go-version: 1.22.2
- uses: helm/kind-action@v1.9.0
with:
cluster_name: kind
- run: make test-e2e KIND_CLUSTER_NAME=kind