Skip to content

Commit

Permalink
try to fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Nov 7, 2024
1 parent 4286b6f commit 96a5918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main
with:
go_version: '1.23'
runs_on: steadybit_runner_ubuntu_latest_4cores_16GB
build_linux_packages: true
VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func helmInstallLocalStack(minikube *e2e.Minikube) error {
"--kube-context", minikube.Profile,
"--set", "sasl.client.passwords=steadybit",
"--namespace=default",
"--timeout=10m0s",
"--timeout=15m0s",
"my-kafka", "bitnami/kafka ", "--wait").CombinedOutput()
if err != nil {
return fmt.Errorf("failed to install helm chart: %s: %s", err, out)
Expand Down

0 comments on commit 96a5918

Please sign in to comment.