Skip to content

Commit

Permalink
Tester Sonar uten artifact download.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 25, 2024
1 parent b36aa2b commit 1c5bc7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
with:
distribution: temurin
java-version: 21
- name: "Download"
uses: actions/download-artifact@v4
with:
name: ${{ needs.start.outputs.artifact }}
path: ${{ inputs.working-directory }}/build
# - name: "Download"
# uses: actions/download-artifact@v4
# with:
# name: ${{ needs.start.outputs.artifact }}
# path: ${{ inputs.working-directory }}/build
- name: "Sonar"
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 1c5bc7f

Please sign in to comment.