Skip to content

Commit

Permalink
Do not print curl output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Mar 13, 2024
1 parent 07051bf commit e04256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e04256f

Please sign in to comment.