Skip to content

Commit

Permalink
Trailing comma | typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Dec 12, 2024
1 parent 450925d commit efbf7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-unit-tests-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
colcon-defaults: |
{
"build": {
"packages-up-up": [
"packages-up-to": [
"husarion_ugv"
],
"cmake-args": [
"-DCMAKE_BUILD_TYPE=Release",
"-DTEST_INTEGRATION=OFF",
"-DTEST_INTEGRATION=OFF"
]
},
"test": {
"packages-up-up": [
"packages-up-to": [
"husarion_ugv"
]
}
Expand Down

0 comments on commit efbf7be

Please sign in to comment.