From b0324fb23266e3af97306ad3cbc04c5b71954bc6 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 13 Aug 2022 12:38:19 +0200 Subject: [PATCH] feat: Enable sonarCloud and Helm Chart publishing --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b442838..803872f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,3 +8,6 @@ jobs: with: binaryName: git-clone-controller dockerImage: ghcr.io/riotkit-org/git-clone-controller + sonarCloudEnabled: true + dockerReleasingEnabled: true + publishingHelmChartEnabled: true