diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1c3eeb5dadb6..4886efc96e80 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,6 +25,7 @@ jobs: VMSTAT_PID=$! cd integration-tests ./run-integration-tests.sh - kill $VMSTAT_PID + cd .. + kill $VMSTAT_PID || true - name: Display vmstat output run: cat vmstat_output.txt \ No newline at end of file