Skip to content

Commit

Permalink
.github/workflows/osgeo4w.yml: bump GRASS GIS executable version to 8…
Browse files Browse the repository at this point in the history
….1 (OSGeo#2083)
  • Loading branch information
tmszi authored Jan 13, 2022
1 parent 829768d commit 2194c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: C:\msys64\usr\bin\bash.exe -l (''+(Get-Location)+'\.github\workflows\build_osgeo4w.sh') (Get-Location)

- name: Test executing of the grass command
run: .github/workflows/test_simple.bat 'C:\OSGeo4W\opt\grass\grass80.bat'
run: .github/workflows/test_simple.bat 'C:\OSGeo4W\opt\grass\grass81.bat'

- name: Test executing of the grass command in bash
run: C:\msys64\usr\bin\bash.exe .github/workflows/test_simple.sh

- name: Run tests
run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass80.bat' 'C:\OSGeo4W\bin\python3'
run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass81.bat' 'C:\OSGeo4W\bin\python3'

0 comments on commit 2194c7d

Please sign in to comment.