From 95916eb6e640e37e946e48f687251fbd21c7a9c5 Mon Sep 17 00:00:00 2001 From: mitaa Date: Fri, 27 Sep 2024 03:00:52 +0200 Subject: [PATCH] Make test report accessible --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a00979d..6735509 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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