From 0772862e6b07eca9f8318d4b7613512ff71235d0 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:05:24 -0400 Subject: [PATCH] ci: Kill process by name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ddda0810..53250180 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: sleep 1 pytest integration_tests cat scrapyd.log - kill %% + pkill scrapyd - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls --service=github