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