Switch client to scaleset library for the listener and update mocks (#4383)

This commit is contained in:
Nikola Jokic
2026-02-24 14:17:31 +01:00
committed by GitHub
parent c6e4c94a6a
commit 8b7fd9ffef
30 changed files with 1129 additions and 3309 deletions

View File

@@ -66,6 +66,19 @@ jobs:
- name: Check diff
run: git diff --exit-code
mocks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: false
- name: "Run mockery"
run: go tool github.com/vektra/mockery/v3
- name: Check diff
run: git diff --exit-code
test:
runs-on: ubuntu-latest
steps: