forked from phoenix/litellm-mirror
(fix) load test action
This commit is contained in:
parent
05b18c0cf0
commit
400c1c5e1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/load_test.yml
vendored
4
.github/workflows/load_test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Print CSV File Contents
|
||||
run: |
|
||||
echo "Contents of example_stats.csv:"
|
||||
cat results_stats.csv
|
||||
cat load_test_stats.csv
|
||||
- name: Find Latest Release
|
||||
id: find_release
|
||||
run: |
|
||||
|
@ -32,5 +32,5 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
file: "results_stats.csv"
|
||||
file: "load_test_stats.csv"
|
||||
update_latest_release: true
|
Loading…
Add table
Add a link
Reference in a new issue