We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7378a44 commit fe841f8Copy full SHA for fe841f8
.github/workflows/reusable-ubuntu-ci.yml
@@ -236,3 +236,10 @@ jobs:
236
source ${{ github.workspace }}/install/local_setup.bash
237
cd ${{ github.workspace }}/src/fastddsgen
238
./gradlew test ${{ env.cdr-test-flag }}
239
+
240
+ - name: Test fastddsgen with python arg
241
+ if: ${{ inputs.run-tests == true }}
242
+ run: |
243
+ source ${{ github.workspace }}/install/local_setup.bash
244
+ cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
245
+ find . -path "*.idl*" -exec fastddsgen -python {} +
0 commit comments