Skip to content

Commit

Permalink
Update ci.yml (#1060)
Browse files Browse the repository at this point in the history
save unique artifacts
  • Loading branch information
rieder authored Jun 17, 2024
1 parent 7f61c9c commit 6ccba64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,14 @@ jobs:
amusifier --get-amuse-configmk
pip list
- name: move build log
run: |
mv build.log build-${{ matrix.mpi }}-${{ matrix.python }}.log
- name: archive build log
uses: actions/upload-artifact@v4
with:
name: buildlog
path: build.log
path: build-${{ matrix.mpi }}-${{ matrix.python }}.log

- name: test core_tests
run: |
Expand Down

0 comments on commit 6ccba64

Please sign in to comment.