Skip to content

Commit a5be813

Browse files
committed
fix
1 parent b07c31e commit a5be813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--no-interaction --no-update
6767
6868
# Actually run the composer installation
69-
composer install --no-interaction --prefer-dist --no-progress ----no-security-blocking
69+
composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
7070
7171
- name: Run phpunit
7272
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry

0 commit comments

Comments
 (0)