Skip to content

Commit

Permalink
adding change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jun 11, 2024
1 parent ae16228 commit 7b19d9c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,16 @@ jobs:
- name: "EXECUTE:LOADTESTS"
uses: artilleryio/action-cli@v1
with:
command: run .github/actions/performance-tests/art.yaml --record --key ${{ secrets.ARTILLERY_KEY }}
command: run .github/actions/performance-tests/art.yaml --record --key ${{ secrets.ARTILLERY_KEY }} --output ./report.json

- name: "GENERATE:REPORT"
uses: artilleryio/action-cli@v1
with:
command: report report.json --output artillery_report.html

- name: "UPLOAD:REPORT"
uses: actions/upload-artifact@v3
if: success()
with:
name: artillery-report
path: ./artillery_report.html

0 comments on commit 7b19d9c

Please sign in to comment.