We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b903ad commit 7b34381Copy full SHA for 7b34381
1 file changed
.github/actions/tests.sh
@@ -2,6 +2,6 @@
2
3
set -e
4
5
-npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/pluginTemplate/cypress/tests/functional/*.cy.js"]}'
+npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/ashSecurityHeaders/cypress/tests/*.cy.js"]}'
6
7
0 commit comments