Skip to content

Commit

Permalink
test.yml: upload generated data for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 4, 2024
1 parent 9e5ca22 commit 34745ab
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
# - pull_request
# - fork

defaults:
run:
shell: bash

jobs:
setup-and-test:
name: Python-${{ matrix.python }} ${{ matrix.os }}
Expand Down Expand Up @@ -44,5 +48,14 @@ jobs:
pip install pytest
- name: Run Test
run: |
pytest -v --showlocals tests/testsuite.py
run: pytest -v --showlocals tests/testsuite.py
env:
CLEANUP_OK: 0

- name: Upload generated data
uses: actions/upload-artifact@v3
with:
name: generated_data
path: |
tests/tmp/
tests/common/

0 comments on commit 34745ab

Please sign in to comment.