From 2f4342cf43cddf734b6f626419cabc9b653d60d4 Mon Sep 17 00:00:00 2001 From: dr-joe-wirth Date: Mon, 7 Oct 2024 13:42:03 -0400 Subject: [PATCH] trying revised uploading --- .github/workflows/python-ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 18209c6..5828d61 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -42,15 +42,9 @@ jobs: shell: bash -el {0} run: | python -m unittest discover -s ./bin/unit_tests/ -p "*_test.py" - - name: upload pickles + - name: upload workdir if: failure() uses: actions/upload-artifact@v4 with: - name: pickles - path: test_dir/primerforge_*/*.p - - name: upload log - if: failure() - uses: actions/upload-artifact@v4 - with: - name: logfile - path: test_dir/primerForge.log + name: workdir + path: test_dir/*