Functional Added Back
This commit is contained in:
parent
ddaf0c15be
commit
f955866d37
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: set -e && vendor/bin/codecept run unit
|
||||
|
||||
- name: Execute Functional Tests
|
||||
run: set -e && vendor/bin/codecept run tests/functional/Checkout/Cart/CartCest.php
|
||||
run: set -e && vendor/bin/codecept run functional
|
||||
|
||||
- name: Execute Trigger Tests
|
||||
run: set -e && vendor/bin/codecept run trigger
|
||||
|
|
|
|||
Loading…
Reference in New Issue