Skip to content

Commit

Permalink
PHPUnitのテーマのダウンロード&展開関連でコケる問題の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Aug 21, 2024
1 parent 0a5411a commit 241cfa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wp-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: WP_ENV_PHP_VERSION=${{ matrix.php-versions }} WP_ENV_CORE=WordPress/WordPress#${{ matrix.wp-versions }} npm run wp-env start --update
- name: Check WordPress Version
run: npm run wp-env run cli wp core version
- name: Set Permissions for Theme Directory
run: |
sudo mkdir -p tests/themes
sudo chmod -R 777 tests/themes
- name: Install Themes
run: bash bin/install-theme.sh
- name: Build
Expand Down

0 comments on commit 241cfa2

Please sign in to comment.