Skip to content

Commit 4b7d820

Browse files
committed
ci: fixes working directory for benchmark run
Signed-off-by: Vincent Biret <[email protected]>
1 parent 0ea217b commit 4b7d820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
7373
- name: Run performance tests
7474
run: |
75-
dotnet run -c Release --project ./performance/benchmark/PerformanceTests.csproj
75+
dotnet run -c Release
76+
working-directory: ./performance/benchmark
7677

7778
- name: Run comparison tool
7879
run: dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT

0 commit comments

Comments
 (0)