Skip to content

Commit

Permalink
fix: sonarqube and uploading reports
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3lraouf committed Jul 16, 2022
1 parent c2fb0d1 commit b85f7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
@@ -1,5 +1,4 @@
# refs https://github.com/github/codeql-action
name: "Code Scanning - Action"
name: "Code Scanner"

on:
push:
Expand Down
@@ -1,4 +1,4 @@
name: Java CI
name: "SDK CI"

on:
push:
Expand Down Expand Up @@ -33,6 +33,10 @@ jobs:
cache: npm
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle
run: |
./gradlew build --no-daemon
- name: Run Semantic Release
run: |
mkdir ~/.gradle
Expand All @@ -56,3 +60,4 @@ jobs:
with:
name: reports (Gradle ${{ env.GRADLE }})
path: sdk/build/reports
if-no-files-found: ignore

0 comments on commit b85f7e1

Please sign in to comment.