From 8e015d9f24af2b479ca99f10f5fe99c613fdc112 Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Thu, 5 Sep 2024 16:27:36 +0200 Subject: [PATCH] tmp Signed-off-by: Mario Dominguez --- .github/workflows/reusable-ubuntu-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 123b9f83..a22057d4 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -212,3 +212,10 @@ jobs: source ${{ github.workspace }}/install/local_setup.bash cd ${{ github.workspace }}/src/fastddsgen ./gradlew test + + - name: Test fastddsgen with python arg + if: ${{ inputs.run-tests == true }} + run: | + source ${{ github.workspace }}/install/local_setup.bash + cd ${{ github.workspace }}/src/fastddsgen/thirdparty/dds-types-test/IDL + find . -path "*.idl*" -exec fastddsgen -python {} +