Skip to content

Commit

Permalink
correct path to share
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent 3d838c9 commit 292df98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ jobs:
- name: run unit testing
run: |
# this line is to satisfy the config_files.xml path structure
ln -fs ../ share
ln -fs ../../ share
pushd cime
export CIME_MODEL=cesm
export NetCDF_DIR=/usr
mkdir ftest
cat ../ccs_config/machines/cmake_macros/ubuntu-latest.cmake
python ./scripts/fortran_unit_testing/run_tests.py --build-dir `pwd`/ftest --machine ubuntu-latest
Expand Down

0 comments on commit 292df98

Please sign in to comment.