Update action cleanup exit codes

This commit is contained in:
thiloho
2024-09-03 09:41:13 +02:00
parent dabe951e5e
commit 0ad14beddc

View File

@@ -30,5 +30,5 @@ jobs:
- name: Cleanup - name: Cleanup
if: always() if: always()
run: | run: |
pkill -f "nix run .#dev-vm" 2>/dev/null pkill -f "nix run .#dev-vm" || echo "No dev-vm processes found"
pkill -f "nix run .#api" 2>/dev/null pkill -f "nix run .#api" || echo "No api processes found"