We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7433a1 commit a17ff3bCopy full SHA for a17ff3b
.github/workflows/ci.yml
@@ -274,7 +274,7 @@ jobs:
274
run: |
275
ls ..
276
ls ../target/debug
277
- cmd /c "START /B .\target\debug\oxen-server.exe start"
+ cmd /c "START /B ../oxen-server.exe start"
278
mkdir .\data\test\runs
279
./oxen-server add-user --email [email protected] --name Ox --output user_config.toml
280
cp user_config.toml data\test\config\user_config.toml
0 commit comments