We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be7bbd commit a85df1fCopy full SHA for a85df1f
.github/workflows/deploy.yml
@@ -19,8 +19,8 @@ jobs:
19
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
20
- name: continous integration
21
run : |
22
- python test/test_adk_local.py
23
- python test/test_adk_remote.py
+ python tests/test_adk_local.py
+ python tests/test_adk_remote.py
24
- name: prepare
25
run: |
26
python -m pip install --upgrade pip
0 commit comments