Skip to content

Commit

Permalink
La til manglende Setup step for sonar job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 25, 2024
1 parent 9ac460a commit b00c6a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Setup"
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- name: "Download"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit b00c6a5

Please sign in to comment.