This commit is contained in:
Laurent Destailleur
2026-01-19 16:53:17 +01:00
parent 05f8d70c39
commit fd1b690813
2 changed files with 5 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ jobs:
run: |
# shellcheck disable=2086
echo "$ALL_CHANGED_FILES" > /tmp/phan-files.txt
phan --file-list /tmp/phan-files.txt "$PHAN_QUICK"" -k "$PHAN_CONFIG" -B "$PHAN_BASELINE" --analyze-twice --minimum-target-php-version "$PHAN_MIN_PHP" --output-mode=github
phan --file-list /tmp/phan-files.txt "$PHAN_QUICK" -k "$PHAN_CONFIG" -B "$PHAN_BASELINE" --analyze-twice --minimum-target-php-version "$PHAN_MIN_PHP" --output-mode=github

View File

@@ -95,7 +95,9 @@ jobs:
# shellcheck disable=2086
run: |
# shellcheck disable=2086
phpstan -vvv analyse --error-format=checkstyle --memory-limit 7G -a dev/build/phpstan/bootstrap_action.php "${ALL_CHANGED_FILES}" | tee _stan.xml | cs2pr --graceful-warnings
echo "$ALL_CHANGED_FILES" > /tmp/phan-files.txt
cat /tmp/phan-files.txt
phpstan -vvv analyse --error-format=checkstyle --memory-limit 7G -a dev/build/phpstan/bootstrap_action.php ${ALL_CHANGED_FILES} | tee _stan.xml | cs2pr --graceful-warnings
# continue-on-error: true
# Save cache
@@ -113,6 +115,7 @@ jobs:
name: phpstan-srcrt
path: ${{ github.workspace }}/_stan.xml
retention-days: 2
# Run PHPStan generate baseline
# - name: Run PHPStan generate baseline
# id: phpstan-baseline