Skip to content

Commit

Permalink
fix testrun build path in GCC.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Jan 13, 2024
1 parent bb31535 commit aaf587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: run-tests
run: |
cd $GITHUB_WORKSPACE/build
cd $GITHUB_WORKSPACE/fv3atm/build
ctest -j2 --output-on-failure --rerun-failed
- name: debug-artifacts
Expand Down

0 comments on commit aaf587b

Please sign in to comment.