Skip to content

helm chart: v4 refactor #694

helm chart: v4 refactor

helm chart: v4 refactor #694

Workflow file for this run

name: E2E Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Install dependences
run: make kind ginkgo setup-test-e2e
- name: Verify kind installation
run: kind version
- name: Running Test e2e
run: |
go mod tidy
make test-e2e