From af6459e824d792742a2765f35d6bf1e03cafae84 Mon Sep 17 00:00:00 2001 From: Christian Kadluba <10721825+ckadluba@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:41:08 +0200 Subject: [PATCH] Create perf test results artifact --- .github/workflows/perftests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/perftests.yml b/.github/workflows/perftests.yml index 04759b15..45069345 100644 --- a/.github/workflows/perftests.yml +++ b/.github/workflows/perftests.yml @@ -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