Skip to content

Commit

Permalink
メールテンプレートの互換テストを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 26, 2024
1 parent 1a66910 commit 9402d39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
run: docker compose exec -T ec-cube php data/vendor/bin/phpunit --group mysql_prepare
- name: Run to PHPUnit SessionFactory
run: docker compose exec -T ec-cube php data/vendor/bin/phpunit tests/class/SC_SessionFactoryTest.php
- name: Run to Email-template compatibility tests
# 2.17.2-p2 のメールテンプレートで正常にテストが通るかチェックする
run: |
git checkout eccube-2.17.2-p2 data/Smarty/templates/default/mail_templates
docker compose exec -T ec-cube php data/vendor/bin/phpunit tests/class/helper/SC_Helper_Mail/
- name: Print error log
if: always()
Expand Down

0 comments on commit 9402d39

Please sign in to comment.