Skip to content

Commit

Permalink
combine steps build and sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Sep 17, 2023
1 parent ed308c7 commit 0d326d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
# ${{ runner.os }}-gradle-
# - name: Grant execute permission to gradlew
# run: chmod +x gradlew
- name: Build with gradle wrapper
run: ./gradlew test build
- name: With gradle wrapper build and analyse
run: ./gradlew build sonar

# - name: Publish GitHub Packages
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# run: ./gradlew publish

- name: Analyse with Sonar
# - name: Analyse with Sonar
# run: ./gradlew test jacocoTestReport sonar
run: ./gradlew jacocoTestReport sonar
# run: ./gradlew jacocoTestReport sonar
# uses: gradle/gradle-build-action@v2
# with:
# gradle-version: 7.6.2
Expand Down

0 comments on commit 0d326d1

Please sign in to comment.