We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fe3e2 commit f4315c1Copy full SHA for f4315c1
.github/workflows/reusable-ubuntu-ci.yml
@@ -213,4 +213,15 @@ jobs:
213
run: |
214
source ${{ github.workspace }}/install/local_setup.bash
215
cd ${{ github.workspace }}/src/fastddsgen
216
+<<<<<<< HEAD
217
./gradlew test ${{ env.cdr-test-flag }}
218
+=======
219
+ ./gradlew test
220
+
221
+ - name: Test fastddsgen with python arg
222
+ if: ${{ inputs.run-tests == true }}
223
+ run: |
224
+ source ${{ github.workspace }}/install/local_setup.bash
225
+ cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
226
+ find . -path "*.idl*" -exec fastddsgen -python {} +
227
+>>>>>>> e605e07 (Run generation of types with -python in ci (#399))
0 commit comments