Skip to content

Commit

Permalink
[FIX] remove no-scripts due to directory changes in PR #8018
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx committed Sep 30, 2024
1 parent 41e35dd commit 7ced9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: 8.1
args: --no-interaction --no-progress --ignore-platform-reqs --no-scripts
args: --no-interaction --no-progress --ignore-platform-reqs

- name: 'PHStan Custom Rules'
run: scripts/PHPStan/run_legacy_ui_report.sh
Expand Down

0 comments on commit 7ced9a6

Please sign in to comment.