chore(deps): update docker/login-action action to v3.1.0 #361
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2 | |
- uses: helm/[email protected] | |
with: | |
cluster_name: kind | |
- run: make test-e2e KIND_CLUSTER_NAME=kind |