1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Download test-suite.log as artifact

This commit is contained in:
Anthony Scemama 2021-07-07 19:09:03 +02:00
parent f005f587e7
commit 8710a14d5a

View File

@ -23,6 +23,11 @@ jobs:
make -j 8 make -j 8
make -j check make -j check
make distcheck make distcheck
- name: Archive test log file
uses: actions/upload-artifact@v2
with:
name: test-suite.log
path: test-suite.log
# x86_macos: # x86_macos:
# #