mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
Include some tests into standalone test suite after update from 2.4-develop upstream (magento) (#221)
This commit is contained in:
committed by
GitHub
parent
c41d657f25
commit
52584b3dd2
@@ -72,7 +72,7 @@ jobs:
|
||||
EXCLUSION_LIST=("./testsuite/Magento/Catalog" "./testsuite/Magento/Bundle" "./testsuite/Magento/AsynchronousOperations" "./testsuite/Magento/Sales")
|
||||
|
||||
## variable with array of exclusion list of files - separate run will be executed for each file (separate place in tests matrix)
|
||||
STANDALONE_TESTS=("./testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php" "./testsuite/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChangeTest.php")
|
||||
STANDALONE_TESTS=("./testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php" "./testsuite/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChangeTest.php" "./testsuite/Magento/Catalog/Model/CategoryTest.php" "./testsuite/Magento/Bundle/Model/ProductTest.php" "./testsuite/Magento/Catalog/Block/Adminhtml/Category/Tab/ProductTest.php")
|
||||
|
||||
# Initialize variables
|
||||
dir_count=0
|
||||
|
||||
Reference in New Issue
Block a user