Skip to content

Commit 3dad35c

Browse files
committed
CI: save Github action workflow artifacts
1 parent 3aad6a5 commit 3dad35c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/end_to_end_pytest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ jobs:
5555
export DARSHAN_ROOT_PATH=$PWD
5656
export HDF5_LIB=/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
5757
python -m pytest -s darshan-test/python_runtime_tests.py
58+
- name: Archive Darshan log files
59+
uses: actions/upload-artifact@v4
60+
with:
61+
name: logs
62+
path: /tmp/pytest-of-runner/pytest-0/test_os_dup0/*
63+

0 commit comments

Comments
 (0)