From 50b453b4d66dd125a42f80ee05b6b223afb9dec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brais=20Gab=C3=ADn?= Date: Sat, 1 May 2021 11:24:47 +0200 Subject: [PATCH] Don't run unnecesary tasks (#3725) --- .github/workflows/detekt-with-type-resolution.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detekt-with-type-resolution.yaml b/.github/workflows/detekt-with-type-resolution.yaml index a85fedc5b..d38b79604 100644 --- a/.github/workflows/detekt-with-type-resolution.yaml +++ b/.github/workflows/detekt-with-type-resolution.yaml @@ -34,7 +34,7 @@ jobs: java-version: 11 - name: Package executable jar - run: ./gradlew jar shadowJar moveJarForIntegrationTest + run: ./gradlew moveJarForIntegrationTest - name: Run detekt-cli with argsfile run: java -jar ./build/detekt-cli-all.jar "@./config/detekt/argsfile"