Skip to content

Commit

Permalink
SonarCloud again
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Jul 12, 2024
1 parent 7647161 commit 08526a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: |
dbus-daemon --session --fork --address unix:path=/tmp/dbustest,guid=$(echo $RANDOM | md5sum | cut -d ' ' -f 1)
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbustest
mvn -B package --file pom.xml
mvn -B package --file pom.xml -P sonarcloud
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
dbus-daemon --session --fork --address unix:path=/tmp/dbustest,guid=$(echo $RANDOM | md5sum | cut -d ' ' -f 1)
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbustest
mvn -B package --file pom.xml
mvn -B package --file pom.xml -P sonarcloud
33 changes: 0 additions & 33 deletions .github/workflows/sonarcloud.yml

This file was deleted.

0 comments on commit 08526a4

Please sign in to comment.