Skip to content

Commit

Permalink
CI(windows): Upload test report artifact (OSGeo#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored May 21, 2024
1 parent 6980b8a commit eff6403
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eff6403

Please sign in to comment.