Skip to content

Commit

Permalink
silent curl
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Dec 1, 2024
1 parent 88308ad commit 26f6b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Send Requests to Server
run: |
cd pics
find * -type f -print | xargs -I {} curl -o /dev/null -H "Accept: image/webp" http://localhost:3333/{}
find * -type f -print | xargs -I {} curl -o /dev/null -H "Accept: image/webp" --silent http://localhost:3333/{}
- name: Get container RAM stats
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Send Requests to Server
run: |
cd pics
find * -type f -print | xargs -I {} curl -o /dev/null -H "Accept: image/webp" http://localhost:3333/{}
find * -type f -print | xargs -I {} curl -o /dev/null -H "Accept: image/webp" --silent http://localhost:3333/{}
- name: Get container RAM stats
run: |
Expand Down

0 comments on commit 26f6b4a

Please sign in to comment.