Skip to content

Commit

Permalink
CI: Do not run post-autoload-dump on Composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Oct 26, 2023
1 parent eb8fef5 commit 246ecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
max_attempts: 5
retry_wait_seconds: 30
command: |
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
composer update --optimize-autoloader --no-interaction --no-progress --no-scripts ${{ matrix.composer-flags }}
composer info -D
# execute migration rules before running tests and self-fixing,
Expand Down

0 comments on commit 246ecd7

Please sign in to comment.