diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842b6e4..53c3223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,8 @@ jobs: - run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy if: ${{ matrix.php < 7.3 }} - run: cd tests/install-as-dep && composer install && php query.php - - 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 + continue-on-error: ${{ matrix.os == 'windows-2019' }} + id: phar + - run: php tests/install-as-dep/query.phar + if: ${{ steps.phar.outcome == 'success' }}