Skip to content

Commit 41c85fe

Browse files
committed
chore: show HaRP container's logs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 9ca5dd7 commit 41c85fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration-test-k8s.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@ jobs:
392392
run: |
393393
tail -v -n +1 worker?_logs || echo "No worker logs"
394394
395+
- name: Show HaRP logs
396+
if: always()
397+
run: |
398+
docker logs appapi-harp
399+
395400
- name: Show main app indexing logs
396401
if: always()
397402
run: |

0 commit comments

Comments
 (0)