Skip to content

Commit bce594e

Browse files
committed
Always run diagnostics at the end
1 parent 2ea3583 commit bce594e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/lint-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ jobs:
164164
- name: Install packages
165165
run: |
166166
pip install ./src/vibe_core
167+
pip install ./src/vibe_common
168+
pip install ./src/vibe_agent
169+
pip install ./src/vibe_server
167170
pip install ./src/vibe_lib
168171
pip install ./src/vibe_dev
169172
- name: Actually build cluster
@@ -185,11 +188,10 @@ jobs:
185188
echo "Available storage:"
186189
df -h
187190
echo
188-
- name: Run Hello World workflow
189-
run: python -m vibe_core.farmvibes_ai_hello_world 300
190191
- name: Run integration tests
191192
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
193194
- name: Cluster status after running tests
195+
if: always()
194196
run: |
195197
bash ./scripts/local-k8s-diagnostics.sh

0 commit comments

Comments
 (0)