Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Aug 20, 2024
1 parent cd98228 commit c1e6f4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/xcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'SlimHUDUITests/**'
push:
paths:
- '.github/**'
- 'SlimHUD/**'
- 'SlimHUDTests/**'
- 'SlimHUDUITests/**'
Expand Down Expand Up @@ -68,6 +69,13 @@ jobs:
- uses: actions/download-artifact@master # download all previously generated artifacts
with:
name: sonarqube-generic-coverage
# Setup java 17 to be default (sonar-scanner requirement as of 5.x)
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v7
- name: Run sonarqube
run: |
sonar-scanner -X
Expand Down

0 comments on commit c1e6f4d

Please sign in to comment.