Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Aug 9, 2024
1 parent ea98cb0 commit 690ec74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,14 @@ jobs:
echo "</service>" >> juicefs-service.xml
.\juicefs-service.exe install
net start jfs
- name: Test Juicefs
run: |
mkdir "Z:\dir"
dir "Z:\dir"
echo "hello" > "Z:\dir\hello.txt"
cat "Z:\dir\hello.txt"
dir "Z:\dir\hello.txt"
type "Z:\dir\hello.txt"
#there is go-fuse compile error with unit test
#- name: Unit Test
Expand Down

0 comments on commit 690ec74

Please sign in to comment.