Skip to content

Commit af6459e

Browse files
committed
Create perf test results artifact
1 parent 2b8b037 commit af6459e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/perftests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717
- name: Run performance tests
1818
run: ./RunPerfTests.ps1
1919
shell: pwsh
20+
21+
- name: Upload perf test results artifact
22+
uses: actions/upload-artifact@v4
23+
with:
24+
name: perftestresults
25+
path: artifacts\perftests

0 commit comments

Comments
 (0)