Skip to content

Commit

Permalink
ci: loadtest PRs against latest releases
Browse files Browse the repository at this point in the history
Leveraging the previously-improved postgrest-loadtest-against
introduces loadtesting PRS against latest release as well.
  • Loading branch information
develop7 authored and steve-chavez committed Sep 21, 2023
1 parent fca039a commit add4dfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/loadtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
uses: ./.github/actions/setup-nix
with:
tools: loadtest
- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag
with:
semver_only: true
- name: Run loadtest
run: |
postgrest-loadtest-against main
postgrest-loadtest-against main ${{ steps.get-latest-tag.outputs.tag }}
postgrest-loadtest-report > loadtest/loadtest.md
- name: Upload report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit add4dfe

Please sign in to comment.