File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ jobs:
164
164
- name : Install packages
165
165
run : |
166
166
pip install ./src/vibe_core
167
+ pip install ./src/vibe_common
168
+ pip install ./src/vibe_agent
169
+ pip install ./src/vibe_server
167
170
pip install ./src/vibe_lib
168
171
pip install ./src/vibe_dev
169
172
- name : Actually build cluster
@@ -185,11 +188,10 @@ jobs:
185
188
echo "Available storage:"
186
189
df -h
187
190
echo
188
- - name : Run Hello World workflow
189
- run : python -m vibe_core.farmvibes_ai_hello_world 300
190
191
- name : Run integration tests
191
192
run : |
192
- pytest ./src/tests_local_cluster/ -v --junitxml=junit/test-results.xml || (bash ./scripts/local-k8s-diagnostics.sh ; exit 1)
193
+ pytest ./src/tests_local_cluster/ -v --junitxml=junit/test-results.xml
193
194
- name : Cluster status after running tests
195
+ if : always()
194
196
run : |
195
197
bash ./scripts/local-k8s-diagnostics.sh
You can’t perform that action at this time.
0 commit comments