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