Skip to content

Commit

Permalink
fix CI failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 27, 2024
1 parent a33da46 commit 06c7662
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/locust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ jobs:
- name: Download and Check JSON report
working-directory: ./locust
run: |
curl 'http://localhost:8189/stats/requests/csv' -o results.out &&
cat results.out | grep kyber768
# Save the JSON report as an artifact so it can be downloaded after the workflow completes.
- name: Upload JSON report
uses: actions/upload-artifact@v4
with:
name: locust-report
path: locust/results.out
curl 'http://localhost:8189/stats/requests/csv' -o results.out &&
cat results.out &&
grep kyber768 results.out

0 comments on commit 06c7662

Please sign in to comment.