mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Add a stanza for some error handling.
This commit is contained in:
parent
3f3b30a2d4
commit
a27cbc0a02
8
.github/workflows/run_tests_osx.yml
vendored
8
.github/workflows/run_tests_osx.yml
vendored
@ -49,6 +49,14 @@ jobs:
|
||||
make install -j $(nproc)
|
||||
popd
|
||||
|
||||
- name: Handle Error for libhdf5-${{ runner.os }}-${{ matrix.hdf5 }}
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
cat config.log
|
||||
echo "Checking filesystem limits"
|
||||
ulimit -a
|
||||
if: ${{ failure() }}
|
||||
|
||||
nc-autotools-osx:
|
||||
|
||||
needs: [ nc-cmake-tests-oneoff-osx-shared, nc-cmake-tests-oneoff-osx-static, nc-ac-tests-oneoff-osx ]
|
||||
|
Loading…
Reference in New Issue
Block a user