Skip to content

Commit

Permalink
Github workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Jul 12, 2024
1 parent 222f3da commit 0c8349b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,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 -P sonarcloud-with-tests
mvn -B verify --file pom.xml -P sonarcloud-with-tests
2 changes: 1 addition & 1 deletion .github/workflows/maven_jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,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 -P sonarcloud-with-tests
mvn -B verify --file pom.xml -P sonarcloud-with-tests
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ protected DBusBoundPropertyHandler(ConnectionConfig _conCfg, TransportConfig _tr
* It takes care of proper method calling (calling Get/Set stuff on DBus Properties interface)<br>
* and will also take care of converting wrapped Variant types.
*
* @param _conn connection
* @param _exportObject exported object
* @param _methodCall method to call
* @param _params parameter to pass to method
Expand Down

0 comments on commit 0c8349b

Please sign in to comment.