-
Notifications
You must be signed in to change notification settings - Fork 654
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
[4.1-beta2]マージ漏れ修正と docker build のテストを追加 #5009
Conversation
770969b
to
861e694
Compare
docker build のテストを追加してみました。良さげなら4.0にもバックポートしたいと思います |
php-version: ${{ matrix.php }} | ||
|
||
- name: composer install | ||
run: composer install --dev --no-interaction -o --apcu-autoloader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちらの composer install
は必要ですか?
docker-compose build
で Docker 内のライブラリはインストール済みかと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codeception はローカル側で動かしているので、ローカル側にインストールが必要なんです😥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そうでした😌
ご確認ありがとうございます。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workflowの内容とテストが問題なく動作していることをを確認しました。
ありがとうございます!マージしました。 |
概要(Overview・Refs Issue)
テスト(Test)
相談(Discussion)
admin01 以外の E2E テストはエラーになってしまい、テストケースの修正が必要なのでスキップ
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目