Skip to content

Commit fe841f8

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) # Conflicts: # .github/workflows/reusable-ubuntu-ci.yml
1 parent 7378a44 commit fe841f8

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
@@ -236,3 +236,10 @@ jobs:
236236
source ${{ github.workspace }}/install/local_setup.bash
237237
cd ${{ github.workspace }}/src/fastddsgen
238238
./gradlew test ${{ env.cdr-test-flag }}
239+
240+
- name: Test fastddsgen with python arg
241+
if: ${{ inputs.run-tests == true }}
242+
run: |
243+
source ${{ github.workspace }}/install/local_setup.bash
244+
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
245+
find . -path "*.idl*" -exec fastddsgen -python {} +

0 commit comments

Comments
 (0)