Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 #308

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 #308

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/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.22.1
- uses: helm/[email protected]
with:
cluster_name: kind
- run: make test-e2e KIND_CLUSTER_NAME=kind