From 64edbaf7e08db80f3936074adeff1aac35092602 Mon Sep 17 00:00:00 2001 From: YannC Date: Wed, 7 Aug 2024 13:48:28 +0200 Subject: [PATCH] fix(): missing dash on refresh dependencies options --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2feb150..e51addd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: # Gradle check - name: Build with Gradle if: ${{ github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '' }} - run: ./gradlew check -refresh-dependencies + run: ./gradlew check --refresh-dependencies # Allure check - name: Auth to Google Cloud