Skip to content

Commit 4f4cfad

Browse files
fix: benchmark workflow
1 parent 0f264c8 commit 4f4cfad

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
dotnet-version: ${{ env.DOTNET_VERSION }}
3232

33-
- name: Dotnet Build
34-
run: dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
35-
3633
- name: Load .env file
3734
uses: xom9ikk/[email protected]
3835
with:
@@ -94,10 +91,7 @@ jobs:
9491
uses: actions/setup-dotnet@v4
9592
with:
9693
dotnet-version: ${{ env.DOTNET_VERSION }}
97-
98-
- name: Dotnet Build
99-
run: dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
100-
94+
10195
- name: Load .env file
10296
uses: xom9ikk/[email protected]
10397
with:
@@ -121,14 +115,6 @@ jobs:
121115
steps:
122116
- uses: actions/checkout@v4
123117

124-
- name: Set up .NET
125-
uses: actions/setup-dotnet@v4
126-
with:
127-
dotnet-version: ${{ env.DOTNET_VERSION }}
128-
129-
- name: Dotnet Build
130-
run: dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
131-
132118
- name: Download MySQL Results
133119
uses: actions/download-artifact@v4
134120
with:

0 commit comments

Comments
 (0)