From 526f15326c7deda5dc43ace07ee4a8bc8a0f68a5 Mon Sep 17 00:00:00 2001 From: Dulip Withanage Date: Wed, 31 Jul 2024 00:08:21 +0200 Subject: [PATCH] Update tests.sh --- .github/actions/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tests.sh b/.github/actions/tests.sh index 3219394..137a9f7 100755 --- a/.github/actions/tests.sh +++ b/.github/actions/tests.sh @@ -2,6 +2,6 @@ set -e npx cypress run --spec "cypress/tests/data/10-ApplicationSetup/10-Installation.cy.js,cypress/tests/data/10-ApplicationSetup/20-CreateContext.cy.js" -npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/dafaultManuscript/cypress/tests/functional/*.cy.js"]}' +npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/themes/dafaultManuscript/cypress/tests/functional/*.cy.js"]}'