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