We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fe3e2 commit cafcdf0Copy full SHA for cafcdf0
.github/workflows/reusable-ubuntu-ci.yml
@@ -214,3 +214,10 @@ jobs:
214
source ${{ github.workspace }}/install/local_setup.bash
215
cd ${{ github.workspace }}/src/fastddsgen
216
./gradlew test ${{ env.cdr-test-flag }}
217
+
218
+ - name: Test fastddsgen with python arg
219
+ if: ${{ inputs.run-tests == true }}
220
+ run: |
221
+ source ${{ github.workspace }}/install/local_setup.bash
222
+ cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
223
+ find . -path "*.idl*" -exec fastddsgen -python {} +
0 commit comments