We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c8cec commit db312d1Copy full SHA for db312d1
1 file changed
.github/workflows/dotnet.yaml
@@ -47,6 +47,8 @@ jobs:
47
48
- name: Run Benchmarks
49
run: |
50
+ mkdir -p ./BenchmarkArtifacts
51
+
52
if [ "${{ github.event_name }}" == "pull_request" ]; then
53
dotnet run -c Release --project ./src/Hexecs.Benchmarks/ -- --filter '*' --exporters json --join --job LowRuntime --artifacts ./BenchmarkArtifacts
54
else
0 commit comments