Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS_METHOD が ftpext の場合で FTP 接続に失敗した場合の処理を追加 #17

Merged
merged 6 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:

# PHPUnitテスト実行
- name: Run PHPUnit test.
run: |
npm run phpunit
run: npm run phpunit
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
vendor
node_modules/
.wp-env.override.json
.wp-env.override.json
.phpunit.result.cache
5 changes: 5 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"core": null,
"mappings": {
"wp-content/plugins/vk-css-optimize": "./"
},
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true,
"FS_METHOD": "direct"
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ npx playwright test --project=chromium --trace on

## Change log

[ その他 ] FS_METHOD が ftpext の場合の処理を変更

0.2.2
[ 不具合修正 ] 391 行目の条件処理修正

Expand Down
Loading
Loading