From d8a60d2272486be657de35a39ae8f585af1f59bf Mon Sep 17 00:00:00 2001 From: apcraig Date: Thu, 29 Feb 2024 12:58:26 -0700 Subject: [PATCH] testing ghactions --- .github/workflows/test-icepack.yml | 3 ++- .github/workflows/write_logfiles.csh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-icepack.yml b/.github/workflows/test-icepack.yml index b335d2cb2..e43163f49 100644 --- a/.github/workflows/test-icepack.yml +++ b/.github/workflows/test-icepack.yml @@ -129,7 +129,8 @@ jobs: - name: run suite run: | cd $HOME/icepack - ./icepack.setup -m conda -e ${{ matrix.envdef }} --suite travis_suite,io_suite --testid ${{ matrix.os }} +# ./icepack.setup -m conda -e ${{ matrix.envdef }} --suite travis_suite,io_suite --testid ${{ matrix.os }} + ./icepack.setup -m conda -e ${{ matrix.envdef }} --suite io_suite --testid ${{ matrix.os }} - name: write output run: | cd $HOME/icepack diff --git a/.github/workflows/write_logfiles.csh b/.github/workflows/write_logfiles.csh index d050d2aaa..9a99c75df 100755 --- a/.github/workflows/write_logfiles.csh +++ b/.github/workflows/write_logfiles.csh @@ -4,7 +4,8 @@ foreach logfile (case*/logs/icepack.runlog* testsuite.*/*/logs/icepack.runlog*) echo "### ${logfile} ###" - tail -20 $logfile +# tail -20 $logfile + tail -200 $logfile echo " " end