From 6fd78552efbd90afedf2ab133949197e4412d79b Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Mon, 1 Jul 2024 13:56:19 +0530 Subject: [PATCH] Add Arguments to build --- .github/workflows/rl-scanner.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index b4f8503d..76752a2e 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -34,6 +34,8 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff + with: + arguments: assemble apiDiff check jacocoTestReport --continue --console=plain - name: Output build artifact id: output_build_artifact