File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
77
88if [ " $GITHUB_ACTIONS " = " true" ]; then
99 echo " Running in Github Actions"
10- dotnet run -c Release --no-build --project ./BenchmarkRunner/BenchmarkRunner.csproj -- --database $database_to_benchmark
10+ dotnet run -c Release --no-build --project ./benchmark/ BenchmarkRunner/BenchmarkRunner.csproj -- --database $database_to_benchmark
1111else
1212 destroy () { docker-compose down --volumes; }
1313 trap destroy EXIT
1414
1515 echo " Running in local"
1616 docker-compose up --build --detach --force-recreate --remove-orphans --wait
17- dotnet run -c Release --no-build --project ./BenchmarkRunner/BenchmarkRunner.csproj -- --database $database_to_benchmark
17+ dotnet run -c Release --no-build --project ./benchmark/ BenchmarkRunner/BenchmarkRunner.csproj -- --database $database_to_benchmark
1818fi
You can’t perform that action at this time.
0 commit comments