We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689b51 commit df1b50fCopy full SHA for df1b50f
.github/workflows/reusable-ubuntu-ci.yml
@@ -217,5 +217,5 @@ jobs:
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
+ cd ${{ github.workspace }}/src/fastddsgen/thirdparty/idl-parser/test/idls
221
find . -path "*.idl*" -exec fastddsgen -python {} +
0 commit comments