Skip to content

Commit a17ff3b

Browse files
committed
change server path
1 parent a7433a1 commit a17ff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
run: |
275275
ls ..
276276
ls ../target/debug
277-
cmd /c "START /B .\target\debug\oxen-server.exe start"
277+
cmd /c "START /B ../oxen-server.exe start"
278278
mkdir .\data\test\runs
279279
./oxen-server add-user --email [email protected] --name Ox --output user_config.toml
280280
cp user_config.toml data\test\config\user_config.toml

0 commit comments

Comments
 (0)