diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index 2c52dd94..53cb3a79 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -93,10 +93,10 @@ 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 \ 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 \ No newline at end of file