We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c31e commit a5be813Copy full SHA for a5be813
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
--no-interaction --no-update
67
68
# Actually run the composer installation
69
- composer install --no-interaction --prefer-dist --no-progress ----no-security-blocking
+ composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
70
71
- name: Run phpunit
72
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry
0 commit comments