Skip to content

Commit

Permalink
trying revised uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth committed Oct 7, 2024
1 parent b483971 commit 2f4342c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 2f4342c

Please sign in to comment.