Skip to content

Commit

Permalink
Update test-cice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Dec 11, 2023
1 parent 3ea282c commit eddf67b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,17 @@ jobs:
run: |
cd $HOME/cice
./cice.setup -m conda -e ${{ matrix.envdef }} --suite travis_suite --testid ${{ matrix.os }}
- name: get logs
uses: actions/download-artifact@v3
with:
name: logs
path: $HOME/cice/testsuite.${{ matrix.os }}/*/logs/cice.runlog.*
- name: write output
run: |
cd $HOME/cice
./.github/workflows/write_logfiles.csh
cd testsuite.${{ matrix.os }}
./results.csh
- name: get logs
uses: actions/download-artifact@v3
with:
name: logs
path: $HOME/cice/testsuite.${{ matrix.os }}/*/logs/cice.runlog.*
- name: successful run
if: ${{ success() }}
run: |
Expand Down

0 comments on commit eddf67b

Please sign in to comment.