diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616d69f07..3233c3a54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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