Skip to content

⬆️ Bump cuelang.org/go from 0.10.1 to 0.12.0 #248

⬆️ Bump cuelang.org/go from 0.10.1 to 0.12.0

⬆️ Bump cuelang.org/go from 0.10.1 to 0.12.0 #248

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