mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Update action cleanup exit codes
This commit is contained in:
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@@ -30,5 +30,5 @@ jobs:
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
pkill -f "nix run .#dev-vm" 2>/dev/null
|
||||
pkill -f "nix run .#api" 2>/dev/null
|
||||
pkill -f "nix run .#dev-vm" || echo "No dev-vm processes found"
|
||||
pkill -f "nix run .#api" || echo "No api processes found"
|
||||
|
||||
Reference in New Issue
Block a user