Skip to content

Commit

Permalink
updated world list
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 23, 2024
1 parent a7fd461 commit 0b04277
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,20 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 16
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Copy to src
run: |
mkdir -p src
find . -maxdepth 1 -not -name src -not -name . -exec mv {} src/ \;
- name: Clone installation requirements
shell: bash
run: |
python3 -m pip install -U vcstool
vcs import . < ./rosbot_xl/rosbot_xl_hardware.repos
vcs import . < ./rosbot_xl/rosbot_xl_simulation.repos
vcs import src < src/rosbot_xl/rosbot_xl_hardware.repos
vcs import src < src/rosbot_xl/rosbot_xl_simulation.repos
# Package micro_ros_msgs does not have industrial ci and tests does not pass.
# For more information see https://github.com/micro-ROS/micro_ros_msgs/issues/7
Expand Down

0 comments on commit 0b04277

Please sign in to comment.