Skip to content

Commit

Permalink
fix artifact upload in CI workflow (merge-multiple, pattern, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Sep 27, 2024
1 parent d5b85cb commit ad3f701
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
NUMBA_NUM_THREADS=3 mpiexec $_mpiexec_args -n ${{ matrix.mpi-np }} python -m pytest -p no:cacheprovider $COV_ARGS --timeout=600 --timeout_method=thread -s -vv -We tests/local;
- uses: actions/upload-artifact@v4
with:
name: plots
name: plots-${{matrix.matrix-np}}
path: plots
- if: env.CODECOV_RUN == '1'
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -308,7 +308,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: anims
pattern: plots-*
merge-multiple: true
path: plots/*-anim.gif

- if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ad3f701

Please sign in to comment.