From c1ca64fc072aca95dabc6d2c563940390bc711e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Wed, 19 Feb 2025 22:31:16 +0100 Subject: [PATCH] fix(ci): retain fail status --- .github/workflows/test-server-self-host.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-server-self-host.yml b/.github/workflows/test-server-self-host.yml index 5aa345d6..3e13d3d1 100644 --- a/.github/workflows/test-server-self-host.yml +++ b/.github/workflows/test-server-self-host.yml @@ -44,10 +44,11 @@ jobs: run: | npm run test:snips working-directory: ./apps/api - continue-on-error: true - name: Kill instances + if: always() run: pkill -9 node - uses: actions/upload-artifact@v4 + if: always() with: name: Logs path: |