Skip to content

Commit 26fcc21

Browse files
committed
Use IDLs from correct folder
Signed-off-by: Miguel Company <[email protected]>
1 parent 5430d5c commit 26fcc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ jobs:
217217
if: ${{ inputs.run-tests == true }}
218218
run: |
219219
source ${{ github.workspace }}/install/local_setup.bash
220-
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL
220+
cd ${{ github.workspace }}/src/fastddsgen/thirdparty/idl-parser/test/idls
221221
find . -path "*.idl*" -exec fastddsgen -python {} +

0 commit comments

Comments
 (0)