Skip to content

Commit

Permalink
fix: bench
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 10, 2024
1 parent f642cee commit 68f5fb3
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 @@ -12,5 +12,5 @@ jobs:

- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer sh -c \
docker run --rm -v $PWD:/app composer:2.6 sh -c \
"composer install --profile --ignore-platform-reqs && git config --global --add safe.directory /app && composer bench -- --progress=plain"

0 comments on commit 68f5fb3

Please sign in to comment.