Skip to content

Commit

Permalink
Tester uten --scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 12, 2024
1 parent 0432014 commit 5c69e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
build-root-directory: ${{ inputs.working-directory }}
arguments: build ${{ inputs.sonar-enabled && 'jacocoTestReport sonar' || '-x test' }} --scan
arguments: build ${{ inputs.sonar-enabled && 'jacocoTestReport sonar' || '-x test' }} #--scan
cache-read-only: false
- name: "Docker"
id: docker-build-push
Expand Down

0 comments on commit 5c69e57

Please sign in to comment.