diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2464b25..6b3a353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,8 @@ jobs: os: ['ubuntu-22.04', 'windows-2022', 'macos-13.0'] env: - Configuration: 'Release' + Configuration: 'Release + PROJECT: 'tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj' steps: - name: checkout @@ -90,7 +91,7 @@ jobs: - name: benchmark shell: bash run: | - dotnet run -e github -c Release --artifacts --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj + dotnet run -c Release --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj -- -e github --artifacts { echo "## VBA Compiler Benchmark"