Skip to content

⬆️ Bump k8s.io/api from 0.32.0 to 0.32.1 #244

⬆️ Bump k8s.io/api from 0.32.0 to 0.32.1

⬆️ Bump k8s.io/api from 0.32.0 to 0.32.1 #244

Workflow file for this run

name: Run E2E Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Go 📦
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install kind 📦
run: go install sigs.k8s.io/[email protected]
- name: Run the E2E tests 🧪
run: make test-e2e