From db677da582cb1142436f74cac06141c8654b3232 Mon Sep 17 00:00:00 2001 From: Joel Davies Date: Mon, 15 Apr 2024 15:31:14 +0000 Subject: [PATCH] Test #499 --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index aeabd227b..c0f3e795b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -139,9 +139,11 @@ jobs: run: yarn e2e:api - name: Output logs (mongodb) + if: [always] run: docker logs mongodb_container - name: Output logs (api) + if: [always] run: docker logs inventory_management_system_api - name: Upload Cypress screenshots