Skip to content

Commit fbbb6b5

Browse files
committed
Fix CI/CD benchmark
1 parent 994a0da commit fbbb6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Run Linter
1414
run: |
1515
docker run --rm -v $PWD:/app composer sh -c \
16-
"composer install --profile --ignore-platform-reqs && composer bench -- --progress=plain"
16+
"composer install --profile --ignore-platform-reqs && git config --global --add safe.directory /app && composer bench -- --progress=plain"

0 commit comments

Comments
 (0)