From 1b3f037a26c76f068c945e947f4eb7725ef49618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 3 Jun 2025 16:55:39 +0200 Subject: [PATCH] wth --- .github/workflows/test-server.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index 415d3d3a..b081c7ec 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -116,11 +116,11 @@ jobs: - name: Kill instances if: always() run: pkill -9 node - # - uses: actions/upload-artifact@v4 - # if: always() - # with: - # name: Logs - # path: | - # ./apps/api/api.log - # ./apps/api/worker.log - # ./apps/api/index-worker.log \ No newline at end of file + - uses: actions/upload-artifact@v4 + if: always() + with: + name: Logs + path: | + ./apps/api/api.log + ./apps/api/worker.log + ./apps/api/index-worker.log \ No newline at end of file