Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Feb 1, 2024
1 parent 29f853b commit d64df60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Test ChatProto
run: |
cd ${{ github.workspace }}
python -m unittest discover ChatProto/tests
python -m unittest discover tests
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test ChatProto
run: |
cd ${{ github.workspace }}
python -m unittest discover ChatProto/tests
python -m unittest discover tests
- name: Build ChatProto
run: |
Expand Down

0 comments on commit d64df60

Please sign in to comment.