Skip to content

Commit ce12431

Browse files
committed
workflow: fix test path
1 parent a2d74c7 commit ce12431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: unittest
2828
run: |
2929
source .venv/bin/activate
30-
./scripts/ovl_unittest.py
30+
./py/ovl_unittest.py
3131
- name: e2e_test
3232
run: |
3333
source .venv/bin/activate

0 commit comments

Comments
 (0)