Skip to content

Commit e605e07

Browse files
authored
Run generation of types with -python in ci (#399)
Signed-off-by: Mario Dominguez <[email protected]>
1 parent 997f3a5 commit e605e07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,10 @@ jobs:
212212
source ${{ github.workspace }}/install/local_setup.bash
213213
cd ${{ github.workspace }}/src/fastddsgen
214214
./gradlew test
215+
216+
- name: Test fastddsgen with python arg
217+
if: ${{ inputs.run-tests == true }}
218+
run: |
219+
source ${{ github.workspace }}/install/local_setup.bash
220+
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
221+
find . -path "*.idl*" -exec fastddsgen -python {} +

0 commit comments

Comments
 (0)