Skip to content

Commit

Permalink
adding IO workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 4, 2023
1 parent 3aa2b05 commit a32e69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/io_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
export OASISDIR=${GITHUB_WORKSPACE}/work_oasis3-mct
mkdir build && cd build
pwd
ls -l ww3/model/tests/data
cmake .. -DSWITCH=ww3/model/tests/data/switch.io
echo "${GITHUB_WORKSPACE}"
cmake .. -DSWITCH=${GITHUB_WORKSPACE}/ww3/model/tests/data/switch.io
make -j2 VERBOSE=1
ctest --verbose --output-on-failure --rerun-failed

0 comments on commit a32e69e

Please sign in to comment.