We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f61c9c commit 6ccba64Copy full SHA for 6ccba64
1 file changed
.github/workflows/ci.yml
@@ -89,11 +89,14 @@ jobs:
89
amusifier --get-amuse-configmk
90
pip list
91
92
+ - name: move build log
93
+ run: |
94
+ mv build.log build-${{ matrix.mpi }}-${{ matrix.python }}.log
95
- name: archive build log
96
uses: actions/upload-artifact@v4
97
with:
98
name: buildlog
- path: build.log
99
+ path: build-${{ matrix.mpi }}-${{ matrix.python }}.log
100
101
- name: test core_tests
102
run: |
0 commit comments