]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Remove ps command from integration test workflow
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 18 Oct 2025 16:12:17 +0000 (17:12 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 18 Oct 2025 16:12:17 +0000 (17:12 +0100)
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.

.github/workflows/integration-test.yml

index 3393d121846f3b6f75938c8fad1782c9bd0c8f1a..bda9c93ad8fd0d06ea3c04c655a8cda168cf3e54 100644 (file)
@@ -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: |