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 1b3a564 commit c0da996Copy full SHA for c0da996
.github/workflows/ci.yml
@@ -36,4 +36,8 @@ jobs:
36
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
37
if: ${{ matrix.php < 7.3 }}
38
- run: cd tests/install-as-dep && composer install && php query.php
39
- - run: cd tests/install-as-dep && php -d phar.readonly=0 vendor/bin/phar-composer build . query.phar && php query.phar
+ - run: cd tests/install-as-dep && php -d phar.readonly=0 vendor/bin/phar-composer build . query.phar
40
+ continue-on-error: ${{ matrix.os == 'windows-2019' }}
41
+ id: phar
42
+ - run: php tests/install-as-dep/query.phar
43
+ if: ${{ steps.phar.outcome == 'success' }}
0 commit comments