Skip to content

Commit

Permalink
Make test report accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
mitaa committed Sep 28, 2024
1 parent 766c40d commit 95916eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
- name: Test with pytest
run: |
pytest -n auto --runslow
- uses: actions/upload-artifact@v4
name: Upload Test Results
if: ${{ !cancelled() }}
with:
name: test_results_${{ matrix.os }}-${{ matrix.version }}
path: /home/runner/work/production_planner/production_planner/snapshot_report.html

0 comments on commit 95916eb

Please sign in to comment.