From daa7547b4010851d941a6e6218be5c3b8cefd351 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 22 Nov 2024 13:45:28 +0100 Subject: [PATCH] run in debug --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e29c5bbc..a7419dfc 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -86,7 +86,7 @@ jobs: - name: S3 Enabled as Primary Storage # we need to skip the clean up so we can test adding a file helm_args: | - --namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml" + --namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml --debug" steps: - name: Checkout