Skip to content

Commit

Permalink
dev(hansbug): add unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Jul 20, 2024
1 parent b07c97a commit b695d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Before Run Unittest
shell: bash
run: |
chmod +x dist/*
sudo chmod +x dist/*
ls -al dist
python -c "import os, glob;print(glob.glob(os.path.join('dist', 'git_lfs*')))"
python -c "import os, glob;print(glob.glob(os.path.join('dist', 'git_raw*')))"
Expand Down

0 comments on commit b695d0d

Please sign in to comment.