mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
Add artifact to CI
This commit is contained in:
parent
0df2161217
commit
fd75a1cf95
21
.github/workflows/actions.yml
vendored
21
.github/workflows/actions.yml
vendored
@ -57,6 +57,13 @@ jobs:
|
||||
- name: check TREXIO
|
||||
run: make -j2 check
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
with:
|
||||
name: test-report-ubuntu-debug
|
||||
path: test-suite.log
|
||||
|
||||
- name: create virtual environment
|
||||
run: |
|
||||
python3 -m venv --clear pytrexio-venv
|
||||
@ -96,6 +103,13 @@ jobs:
|
||||
- name: recheck TREXIO for memory leaks
|
||||
run: make -j2 check
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
with:
|
||||
name: test-report-ubuntu-debug
|
||||
path: test-suite.log
|
||||
|
||||
- name: maintainer clean
|
||||
run: make maintainer-clean
|
||||
|
||||
@ -124,5 +138,12 @@ jobs:
|
||||
- name: check TREXIO
|
||||
run: make check
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||
with:
|
||||
name: test-report-ubuntu-debug
|
||||
path: test-suite.log
|
||||
|
||||
- name: clean
|
||||
run: make clean
|
||||
|
Loading…
Reference in New Issue
Block a user