From 06c766275cda22ce347c5d4f50e937a980b68c55 Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Tue, 26 Nov 2024 21:36:02 -0600 Subject: [PATCH] fix CI failure Signed-off-by: Alex Bozarth --- .github/workflows/locust.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/locust.yml b/.github/workflows/locust.yml index 9d155a4..6fb2bdd 100644 --- a/.github/workflows/locust.yml +++ b/.github/workflows/locust.yml @@ -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