Update load_test.yml

This commit is contained in:
Ishaan Jaff 2024-03-13 17:15:06 -07:00 committed by GitHub
parent f5631cc237
commit 3237f788e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,6 @@ jobs:
run: |
echo "Contents of example_stats.csv:"
cat results_stats.csv
- name: Access Output
run: |
echo "Accessing output: ${{ steps.locust_run.outputs.csv_values }}"