From 6929ac0c7e87d123254649c387f2924761810ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 19 May 2024 21:19:27 -0400 Subject: [PATCH] CI(windows): Upload test report artifact --- .github/workflows/osgeo4w.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 136b566f4da..fbf2af3ff22 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -78,3 +78,11 @@ jobs: - name: Run tests run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass84.bat' 'C:\OSGeo4W\bin\python3' + + - name: Make HTML test report available + if: ${{ always() }} + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + with: + name: testreport-${{ matrix.os }} + path: testreport + retention-days: 3