Skip to content

Commit

Permalink
Remove trailing commas in json
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Jan 13, 2025
1 parent 11260ad commit b1201e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
],
"cmake-args": [
"-DCMAKE_BUILD_TYPE=Release",
"-DTEST_INTEGRATION=OFF",
"-DTEST_INTEGRATION=OFF"
]
},
"test": {
"packages-up-to": [
"husarion_ugv_docking",
"husarion_ugv_docking"
]
}
}

0 comments on commit b1201e6

Please sign in to comment.