Skip to content

Commit

Permalink
Try verbose to see why translate fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 27, 2025
1 parent 2213cf4 commit f51e9d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,14 @@ jobs:
with:
name: ${{ needs.checkout-dependencies.outputs.artifact }}

- name: Configure Composer plugins
run: |
composer global config --no-plugins --no-interaction allow-plugins.composer/installers true
composer global config --no-plugins --no-interaction allow-plugins.inpsyde/wp-translation-downloader true
composer global config --no-plugins --no-interaction allow-plugins.inpsyde/composer-assets-compiler true
- name: Set up PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@verbose
with:
php-version: ${{ inputs.PHP_VERSION_BUILD }}
tools: rector, php-scoper, sniccowp/php-scoper-wordpress-excludes, inpsyde/composer-assets-compiler, inpsyde/wp-translation-downloader
Expand Down

0 comments on commit f51e9d3

Please sign in to comment.