Skip to content

Commit

Permalink
testing ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Feb 29, 2024
1 parent a3258ee commit d8a60d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-icepack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/write_logfiles.csh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8a60d2

Please sign in to comment.