Skip to content

Commit

Permalink
fixup! Automate running locust in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Nov 26, 2024
1 parent 7e7bf37 commit d55cdfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
QUALICHARGE_EXECUTION_ENVIRONMENT: ci
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Create postgis extension
run: psql "postgresql://qualicharge:pass@localhost:5432/qualicharge-api" -c "create extension postgis;"
- name: Install pipenv
Expand Down Expand Up @@ -163,7 +165,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -f ../../data/bench.csv
git commit -m "⚡️(api) update benchmark database"
git push origin "HEAD:${GITHUB_HEAD_REF}"
git push
- name: Generate markdown table
run: |
echo -e "### Current benchmark\n" >> bench_admin_stats.md && \
Expand Down

0 comments on commit d55cdfe

Please sign in to comment.