Skip to content

Commit

Permalink
Fix CI/CD benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Aug 6, 2023
1 parent 994a0da commit fbbb6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer bench -- --progress=plain"
"composer install --profile --ignore-platform-reqs && git config --global --add safe.directory /app && composer bench -- --progress=plain"

0 comments on commit fbbb6b5

Please sign in to comment.