Skip to content

Commit c9edba6

Browse files
committed
fix(ci): always dump db
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent d3f9575 commit c9edba6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ jobs:
380380
echo ::endgroup::
381381
382382
- name: Final dump of DB with vectordb populated
383+
if: always()
383384
run: |
384385
docker exec postgres pg_dump nextcloud > /tmp/1_pgdump_nextcloud
385386

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
fi
331331
332332
- name: Final dump of DB with vectordb populated
333+
if: always()
333334
run: |
334335
docker exec postgres pg_dump nextcloud > /tmp/1_pgdump_nextcloud
335336

0 commit comments

Comments
 (0)