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]>
  • Loading branch information
Mario-DL committed Sep 18, 2024
1 parent 997f3a5 commit e605e07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,10 @@ jobs:
source ${{ github.workspace }}/install/local_setup.bash
cd ${{ github.workspace }}/src/fastddsgen
./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 {} +

0 comments on commit e605e07

Please sign in to comment.