Skip to content

Commit 6b1db09

Browse files
committed
workpath
1 parent 68ff79b commit 6b1db09

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,7 @@ jobs:
149149
C:\msys64\usr\bin\wget.exe https://github.com/redis-windows/redis-windows/releases/download/7.0.14/Redis-7.0.14-Windows-x64-msys2-with-Service.zip
150150
C:\msys64\usr\bin\pacman.exe -S --noconfirm unzip
151151
C:\msys64\usr\bin\unzip.exe Redis-7.0.14-Windows-x64-msys2-with-Service.zip
152-
153-
echo "current dir:"
154-
echo %cd%
155-
sc.exe create Redis binpath=C:\Users\runneradmin\work\pyhamtools\pyhamtools\Redis-7.0.14-Windows-x64-msys2-with-Service\RedisService.exe start= auto
156-
echo "workdir:" ${{ github.workspace }}
152+
sc.exe create Redis binpath=${{ github.workspace }}\Redis-7.0.14-Windows-x64-msys2-with-Service\RedisService.exe start= auto
157153
echo "Redis service created, now starting it"
158154
net start Redis
159155
echo "Redis service started"

0 commit comments

Comments
 (0)