From 8c8e4ef58b4451ac2b3461c6583351ea35354cab Mon Sep 17 00:00:00 2001 From: erlingrj Date: Sat, 7 Dec 2024 10:17:17 -0800 Subject: [PATCH] Fix FlexPRET CI --- .github/workflows/c-flexpret-tests.yml | 2 +- core/src/main/resources/lib/c/reactor-c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-flexpret-tests.yml b/.github/workflows/c-flexpret-tests.yml index d6c4eb9ad4..fb045be8e1 100644 --- a/.github/workflows/c-flexpret-tests.yml +++ b/.github/workflows/c-flexpret-tests.yml @@ -45,7 +45,7 @@ jobs: if: ${{ inputs.runtime-ref }} - name: Run FlexPRET smoke tests run: | - cd "$FP_DIR" && source env.bash && cd - + source $FP_DIR/env.bash ./gradlew core:integrationTest \ --tests org.lflang.tests.runtime.CFlexPRETTest.* \ core:integrationTestCodeCoverageReport diff --git a/core/src/main/resources/lib/c/reactor-c b/core/src/main/resources/lib/c/reactor-c index f5052600d2..862e0b9617 160000 --- a/core/src/main/resources/lib/c/reactor-c +++ b/core/src/main/resources/lib/c/reactor-c @@ -1 +1 @@ -Subproject commit f5052600d29d8d749802cb0c81da0216c4e79606 +Subproject commit 862e0b9617ca55b4fe5f0b2248c63846a8630d3d