Skip to content

Commit 7ab063c

Browse files
Mario-DLMiguelCompany
authored andcommitted
Run generation of types with -python in ci (#399)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> (cherry picked from commit e605e07)
1 parent d5318be commit 7ab063c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,10 @@ jobs:
221221
source ${{ github.workspace }}/install/local_setup.bash
222222
cd ${{ github.workspace }}/src/fastddsgen
223223
./gradlew test
224+
225+
- name: Test fastddsgen with python arg
226+
if: ${{ inputs.run-tests == true }}
227+
run: |
228+
source ${{ github.workspace }}/install/local_setup.bash
229+
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
230+
find . -path "*.idl*" -exec fastddsgen -python {} +

0 commit comments

Comments
 (0)