Skip to content

Commit

Permalink
Run generation of types with -python in ci (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
(cherry picked from commit e605e07)

# Conflicts:
#	.github/workflows/reusable-ubuntu-ci.yml
  • Loading branch information
Mario-DL authored and mergify[bot] committed Sep 18, 2024
1 parent 78fe3e2 commit f4315c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,15 @@ jobs:
run: |
source ${{ github.workspace }}/install/local_setup.bash
cd ${{ github.workspace }}/src/fastddsgen
<<<<<<< HEAD
./gradlew test ${{ env.cdr-test-flag }}
=======
./gradlew test

- name: Test fastddsgen with python arg
if: ${{ inputs.run-tests == true }}
run: |
source ${{ github.workspace }}/install/local_setup.bash
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
find . -path "*.idl*" -exec fastddsgen -python {} +
>>>>>>> e605e07 (Run generation of types with -python in ci (#399))

0 comments on commit f4315c1

Please sign in to comment.