From d2faa470013207c2b20eadd9c404f7697ddbbd3d Mon Sep 17 00:00:00 2001 From: wojteknowacki <124166231+wojteknowacki@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:43:58 +0200 Subject: [PATCH] pr template update - sorted tags alphabetically and add 1 more container since critical tests suite is getting bigger (#3911) --- .github/PULL_REQUEST_TEMPLATE.md | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3328985d8..4981b0f8b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,27 +29,27 @@ APPS_MARKETPLACE_API_URI=https://apps.staging.saleor.io/api/v2/saleor-apps To run all tests, just select the stable checkbox. To speed up tests, increase the number of containers. Tests will be re-run only when the "run e2e" label is added. 1. [ ] stable -2. [ ] giftCard -3. [ ] category -4. [ ] collection -5. [ ] attribute -6. [ ] productType -7. [ ] shipping -8. [ ] customer -9. [ ] permissions +2. [ ] app +3. [ ] attribute +4. [ ] category +5. [ ] collection +6. [ ] customer +7. [ ] giftCard +8. [ ] homePage +9. [ ] login 10. [ ] menuNavigation -11. [ ] pages -12. [ ] sales -13. [ ] vouchers -14. [ ] homePage -15. [ ] login -16. [ ] orders -17. [ ] products -18. [ ] app -19. [ ] plugins -20. [ ] translations -21. [ ] navigation +11. [ ] navigation +12. [ ] orders +13. [ ] pages +14. [ ] payments +15. [ ] permissions +16. [ ] plugins +17. [ ] productType +18. [ ] products +19. [ ] sales +20. [ ] shipping +21. [ ] translations 22. [ ] variants -23. [ ] payments +23. [ ] vouchers -CONTAINERS=1 +CONTAINERS=2