From 3c2a053beed1998ebf45458fa873a062af9aab1a Mon Sep 17 00:00:00 2001 From: EduPonz Date: Wed, 27 Mar 2024 20:11:24 +0100 Subject: [PATCH] Refs #20677: Use correct script to generate Fast DDS Python scripts Signed-off-by: EduPonz --- .github/workflows/reusable-ubuntu-ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yaml b/.github/workflows/reusable-ubuntu-ci.yaml index f49a34b3..50b43d35 100644 --- a/.github/workflows/reusable-ubuntu-ci.yaml +++ b/.github/workflows/reusable-ubuntu-ci.yaml @@ -112,11 +112,10 @@ jobs: cd src/Fast-DDS ./utils/scripts/update_generated_code_from_idl.sh cd - - cd src/Fast-DDS-python/fastdds_python/test/types - ./generate.sh + + cd src/Fast-DDS-python + ./utils/scripts/update_generated_code_from_idl.sh cd - - cd src/Fast-DDS-python/fastdds_python_examples/HelloWorldExample - fastddsgen -cdr both -python -replace HelloWorld.idl - name: Build workspace run: |