Skip to content

Commit

Permalink
added buil type
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 5741f32 commit 435cda8
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 @@ -11,7 +11,7 @@ jobs:
name: Run unit tests simulation build type
runs-on: ubuntu-22.04
env:
- HUSARION_ROS_BUILD_TYPE=simulation
HUSARION_ROS_BUILD_TYPE: simulation

steps:
- name: Checkout repository
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
name: Run unit tests hardware build type
runs-on: ubuntu-22.04
env:
- HUSARION_ROS_BUILD_TYPE=hardware
HUSARION_ROS_BUILD_TYPE: hardware

steps:
- name: Checkout repository
Expand Down

0 comments on commit 435cda8

Please sign in to comment.