File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666 --no-interaction --no-update
6767
6868 # Actually run the composer installation
69- composer install --no-interaction --prefer-dist --no-progress
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
@@ -175,7 +175,7 @@ jobs:
175175 --no-interaction --no-update
176176
177177 # Actually run the composer installation
178- composer install --no-interaction --prefer-dist --no-progress
178+ composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
179179
180180 - name : Run phpunit
181181 run : vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist=src/Sentry
You can’t perform that action at this time.
0 commit comments