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