1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

tests: always run ci steps for logs and cleanup

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2023-07-22 17:46:33 +02:00
parent d5aac3e6ed
commit c12a84557a

View File

@@ -43,7 +43,9 @@ jobs:
run: py.test --database=${{ matrix.database }} tests/
- name: "Get docker logs"
if: ${{ always() }}
run: docker-compose -p "wallabag_${{ matrix.database }}" -f tests/docker-compose.${{ matrix.database }}.yml logs wallabag
- name: "Cleanup environment"
if: ${{ always() }}
run: docker-compose -p "wallabag_${{ matrix.database }}" -f tests/docker-compose.${{ matrix.database }}.yml down -v