From eddf67b7b62404e585cd5c65a2d60983644819b8 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:52:33 +1100 Subject: [PATCH] Update test-cice.yml --- .github/workflows/test-cice.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-cice.yml b/.github/workflows/test-cice.yml index 019f8038f..e83520fa1 100644 --- a/.github/workflows/test-cice.yml +++ b/.github/workflows/test-cice.yml @@ -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: |