From ed157a16c9710b0de884e6b790e5a963ecb48127 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 8d3b864..56197f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,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