Skip to content

Commit

Permalink
fixup! CI message first test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Nov 21, 2024
1 parent 61e3356 commit e74ab56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ jobs:
QCC_API_ROOT_URL: "http://localhost:8000/api/v1"
- name: Run locust
run: |
pipenv run honcho start &
sleep 10
pipenv run locust \
-f ../bench/locustfile.py \
--headless \
Expand All @@ -139,7 +137,10 @@ jobs:
--csv bench_admin \
APIAdminUser
- name: Generate markdown table
run: pipenv run csvlook bench_admin_stats.csv -I > bench_admin_stats.md
run: |
cat bench_admin_stats.csv
pipenv run csvlook bench_admin_stats.csv -I > bench_admin_stats.md
cat bench_admin_stats.md
- uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit e74ab56

Please sign in to comment.