Skip to content

Commit b07c31e

Browse files
committed
ref(ci): add --no-security-blocking to composer install
1 parent 9f54915 commit b07c31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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
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

0 commit comments

Comments
 (0)