From fc584afba52813f30236ec4e66f0e9849b535cd6 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 21 Jun 2024 17:14:49 -0600 Subject: [PATCH] tests work, find libpnetcdf --- .github/workflows/extbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index 2f9d226..bd37040 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -99,10 +99,10 @@ jobs: run: | cd build-share make VERBOSE=1 - find unittests/ -type f -executable -exec {} \; + find unittests/ -type f -executable -print -exec {} \; # the following can be used by developers to login to the github server in case of errors # see https://github.com/marketplace/actions/debugging-with-tmate for further details -# - name: Setup tmate session -# if: ${{ failure() }} -# uses: mxschmitt/action-tmate@v3 + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3