diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 72f09f4e..4bf9b0f1 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -16,10 +16,12 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.300' # SDK Version to use. keep in line with src/Benchmarks/global.json + dotnet-version: '8.0.x' # SDK Version to use. keep in line with src/Benchmarks/global.json + - name: Build and Test + run: ./Build.ps1 + shell: pwsh - name: Run benchmark run: cd src/Benchmarks/ && dotnet run -c Release -- --no-build --exporters json --filter '*' --job short - - name: Store benchmark result uses: rhysd/github-action-benchmark@v1 with: