From e04256f774f1018753b62901c0d8a2c30cad1b0f Mon Sep 17 00:00:00 2001 From: n0vad3v Date: Wed, 13 Mar 2024 14:53:18 +0800 Subject: [PATCH] Do not print curl output in CI --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 68328c98f..20f8a7961 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -61,7 +61,7 @@ jobs: - name: Send Requests to Server run: | cd pics - find * -type f -print | xargs -I {} curl -H "Accept: image/webp" http://localhost:3333/{} + find * -type f -print | xargs -I {} curl -o /dev/null -H "Accept: image/webp" http://localhost:3333/{} - name: Get container RAM stats run: |