Skip to content

Commit a85df1f

Browse files
author
CI
committed
fix tests directory name
1 parent 6be7bbd commit a85df1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2020
- name: continous integration
2121
run : |
22-
python test/test_adk_local.py
23-
python test/test_adk_remote.py
22+
python tests/test_adk_local.py
23+
python tests/test_adk_remote.py
2424
- name: prepare
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)