Skip to content

build(deps): bump carvel-dev/setup-action from 2.0.1 to 2.1.0 in the actions group #27

build(deps): bump carvel-dev/setup-action from 2.0.1 to 2.1.0 in the actions group

build(deps): bump carvel-dev/setup-action from 2.0.1 to 2.1.0 in the actions group #27

Workflow file for this run

name: E2E Tests
on:
push:
branches:
- main
pull_request:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install Kind via Makefile
run: |
make kind yj
echo "$PWD/bin" >> "$GITHUB_PATH"
- name: Running Test e2e
run: make test-e2e