From eff64031f25325bb0a25bbd7c3ef4546f56c8a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 20 May 2024 20:43:42 -0400 Subject: [PATCH] CI(windows): Upload test report artifact (#3724) --- .github/workflows/osgeo4w.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index b251a69215d..71b875b9f52 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -75,3 +75,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