Skip to content

Commit

Permalink
revert $TMP (i.e., $TMP -> $HOME)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jan 7, 2025
1 parent 4dd4a26 commit ad57b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fi

# note: g.download.location is a wrapper around g.download.project
grass --tmp-project XY --exec \
g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=$TMP
g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=$HOME

grass --tmp-project XY --exec \
python3 -m grass.gunittest.main \
--grassdata $TMP --location nc_spm_full_v2alpha2 --location-type nc \
--grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \
--min-success 60

0 comments on commit ad57b4a

Please sign in to comment.