Skip to content

Commit 844d3b5

Browse files
committed
use env
1 parent a5be813 commit 844d3b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
env:
2323
COMPOSER_NO_INTERACTION: 1
24+
COMPOSER_NO_SECURITY_BLOCKING: 1
2425

2526
strategy:
2627
fail-fast: false
@@ -66,7 +67,7 @@ jobs:
6667
--no-interaction --no-update
6768
6869
# Actually run the composer installation
69-
composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
70+
composer install --no-interaction --prefer-dist --no-progress
7071
7172
- name: Run phpunit
7273
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry
@@ -80,6 +81,7 @@ jobs:
8081
runs-on: ubuntu-latest
8182
env:
8283
COMPOSER_NO_INTERACTION: 1
84+
COMPOSER_NO_SECURITY_BLOCKING: 1
8385

8486
strategy:
8587
fail-fast: false
@@ -175,7 +177,7 @@ jobs:
175177
--no-interaction --no-update
176178
177179
# Actually run the composer installation
178-
composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
180+
composer install --no-interaction --prefer-dist --no-progress
179181
180182
- name: Run phpunit
181183
run: vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist=src/Sentry

0 commit comments

Comments
 (0)