We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aad6a5 commit 3dad35cCopy full SHA for 3dad35c
.github/workflows/end_to_end_pytest.yml
@@ -55,3 +55,9 @@ jobs:
55
export DARSHAN_ROOT_PATH=$PWD
56
export HDF5_LIB=/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so
57
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