From: Vsevolod Stakhov Date: Sat, 18 Oct 2025 16:12:17 +0000 (+0100) Subject: [Test] Remove ps command from integration test workflow X-Git-Tag: 3.14.0~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eabcd71532f673e376c0792e7a839e4c33624a0a;p=thirdparty%2Frspamd.git [Test] Remove ps command from integration test workflow The ps utility is not available in the minimal Docker container and is not essential for the integration tests. Remove this diagnostic step to avoid unnecessary error messages. --- diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3393d12184..bda9c93ad8 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -207,11 +207,6 @@ jobs: echo "=== Rspamd Logs ===" docker compose logs rspamd - # Check if rspamd process is running - echo "" - echo "=== Processes in Rspamd container ===" - docker compose exec -T rspamd ps aux || echo "Cannot execute ps in container" - - name: Wait for Rspamd to be ready working-directory: test/integration run: |