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 5430d5c commit 26fcc21Copy full SHA for 26fcc21
.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