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: |