From 347756db10bceeb0a8a84dd50fce473956e51d07 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:15:31 +0530 Subject: [PATCH] ci: fix Pull workflow (#17554) Update integration-tests-command.yml --- .github/workflows/integration-tests-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index a1af7c1780..2338ba32b2 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -338,7 +338,7 @@ jobs: env: "NODE_ENV=development" - name: Collect fat conatianer logs - if: always + if: always() working-directory: "." run: | docker logs appsmith 2>&1 > ~/dockerlogs.txt