Functional Added Back

This commit is contained in:
devansh bawari 2021-04-13 17:52:02 +05:30
parent ddaf0c15be
commit f955866d37
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
run: set -e && vendor/bin/codecept run unit run: set -e && vendor/bin/codecept run unit
- name: Execute Functional Tests - 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 - name: Execute Trigger Tests
run: set -e && vendor/bin/codecept run trigger run: set -e && vendor/bin/codecept run trigger