diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index 645e1c4..9ba0dab 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -229,6 +229,7 @@ jobs: run: npx @wordpress/env@latest start --debug - name: Run Module Cypress Tests + if: $([[ ! $(find ./vendor/${{ inputs.module-repo }} -depth -name '*.cy*') ]]) run: npm run test:e2e -- --browser chrome --spec "vendor/(${{ inputs.module-repo }}/**/*.cy.js)" - name: Run Remaining Cypress Tests