Skip to content

Commit c956f77

Browse files
committed
test
1 parent 91f7d1b commit c956f77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/industrial_ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
ROS_DISTRO: [humble]
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 30
37-
env:
38-
global:
39-
- BEFORE_INIT='export HUSARION_ROS_BUILD_TYPE=simulation'
4037
steps:
4138
- name: Checkout
4239
uses: actions/checkout@v3
@@ -60,3 +57,5 @@ jobs:
6057
- uses: ros-industrial/industrial_ci@master
6158
env:
6259
ROS_DISTRO: ${{matrix.ROS_DISTRO}}
60+
global: |
61+
- BEFORE_INIT='export HUSARION_ROS_BUILD_TYPE=simulation'

0 commit comments

Comments
 (0)