From 656d4c01cd6147677a03298d9ec6b540e3aee798 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Wed, 20 Mar 2024 21:18:42 +0100 Subject: [PATCH] Extend sanity check --- .github/workflows/build-custom.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-custom.yml b/.github/workflows/build-custom.yml index 158b00b8..eec2d4ed 100644 --- a/.github/workflows/build-custom.yml +++ b/.github/workflows/build-custom.yml @@ -166,8 +166,9 @@ jobs: esac - name: Sanity check run: | - ls /usr/bin/openfoam* - ls /opt/openfoam* + ls /usr/bin/openfoam* || echo "No /usr/bin/openfoam* directories." + ls /opt/openfoam* || echo "No /opt/openfoam* directories." + echo "GitHub Actions step output openfoam_exec:" echo ${{steps.installOpenFOAM.outputs.openfoam_exec}} - name: Build OpenFOAM-preCICE adapter run: |