Skip to content

Commit f4315c1

Browse files
Mario-DLmergify[bot]
authored andcommitted
Run generation of types with -python in ci (#399)
Signed-off-by: Mario Dominguez <[email protected]> (cherry picked from commit e605e07) # Conflicts: # .github/workflows/reusable-ubuntu-ci.yml
1 parent 78fe3e2 commit f4315c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,15 @@ jobs:
213213
run: |
214214
source ${{ github.workspace }}/install/local_setup.bash
215215
cd ${{ github.workspace }}/src/fastddsgen
216+
<<<<<<< HEAD
216217
./gradlew test ${{ env.cdr-test-flag }}
218+
=======
219+
./gradlew test
220+
221+
- name: Test fastddsgen with python arg
222+
if: ${{ inputs.run-tests == true }}
223+
run: |
224+
source ${{ github.workspace }}/install/local_setup.bash
225+
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
226+
find . -path "*.idl*" -exec fastddsgen -python {} +
227+
>>>>>>> e605e07 (Run generation of types with -python in ci (#399))

0 commit comments

Comments
 (0)