mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +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")
|
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)
|
## 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
|
# Initialize variables
|
||||||
dir_count=0
|
dir_count=0
|
||||||
|
|||||||
Reference in New Issue
Block a user