Skip to content

Fix lints.

Fix lints. #205

Workflow file for this run

name: E2E Tests
on:
push:
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
- name: Running Test e2e
run: |
go mod tidy
make test-e2e