Skip to content

Commit

Permalink
Print logs in CI for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella authored Mar 31, 2024
1 parent 1586c24 commit 37e4cff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ jobs:
# add coupler bypass flag to cmake macros.
echo 'string(APPEND CPPDEFS " -DCPL_BYPASS")' >> cmake_macros/universal.cmake
./case.build
cat /home/e3smuser/output/ci_test/bld/e3sm.bldlog.??????-??????
cat /home/e3smuser/output/ci_test/bld/lnd.bldlog.??????-??????
./case.submit --no-batch
cat /home/e3smuser/output/ci_test/run/e3sm.log.??????-??????
cat /home/e3smuser/output/ci_test/run/lnd.log.??????-??????

0 comments on commit 37e4cff

Please sign in to comment.