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: |