Skip to content

Commit

Permalink
Create perf test results artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ckadluba committed Oct 1, 2024
1 parent 2b8b037 commit af6459e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/perftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
- name: Run performance tests
run: ./RunPerfTests.ps1
shell: pwsh

- name: Upload perf test results artifact
uses: actions/upload-artifact@v4
with:
name: perftestresults
path: artifacts\perftests

0 comments on commit af6459e

Please sign in to comment.