Skip to content

Commit 3bb61bb

Browse files
committed
fix mkdir typo
1 parent 7ccb28a commit 3bb61bb

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
@@ -213,7 +213,7 @@ jobs:
213213
env:
214214
PATH: ${{ env.PATH }};${{ github.workspace }}/target/debug
215215
run: |
216-
mkdir .\data\test\runs
216+
217217
echo "Adding user"
218218
netstat -a
219219
.\target\debug\oxen-server.exe add-user --email [email protected] --name Ox --output user_config.toml

0 commit comments

Comments
 (0)