From 3a86f6a051126956c9aac9f9715944a2c29ffb57 Mon Sep 17 00:00:00 2001 From: Gregor Olenik Date: Tue, 1 Oct 2024 10:53:36 +0200 Subject: [PATCH] fix obr init --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 85defba69..129c49cd2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -89,7 +89,7 @@ jobs: export LD_LIBRARY_PATH=$FOAM_USER_LIBBIN:$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib:$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib/sys-openmpi/:$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib/openmpi-system:$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib/dummy/:$LD_LIBRARY_PATH mkdir -p integration && cd integration export CYCLIC_CASE=${{inputs.cyclic_case}} - obr init -gy --config /__w/OGL/OGL/test/integration.yaml + obr init -g --config /__w/OGL/OGL/test/integration.yaml cat workspace/*/case/*log setup_integration_matrix: