File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ object Checks : BuildType({
1717 "Check File Casing " to ".ci/teamcity/checks/file_casing.sh",
1818 "Check Licenses " to ".ci/teamcity/checks/licenses.sh",
1919 "Verify NOTICE " to ".ci/teamcity/checks/verify_notice.sh",
20- "Test Hardening " to ".ci/teamcity/checks/test_hardening.sh",
2120 "Check Types " to ".ci/teamcity/checks/type_check.sh",
2221 "Check Jest Configs " to ".ci/teamcity/checks/jest_configs.sh",
2322 "Check Doc API Changes " to ".ci/teamcity/checks/doc_api_changes.sh",
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object QuickTests : BuildType({
1212 kibanaAgent(2)
1313
1414 val testScripts = mapOf(
15- "Test Hardening " to ".ci/teamcity/checkes /test_hardening.sh",
15+ "Test Hardening " to ".ci/teamcity/checks /test_hardening.sh",
1616 "Test Projects " to ".ci/teamcity/tests/test_projects.sh",
1717 "Mocha Tests " to ".ci/teamcity/tests/mocha.sh"
1818 )
You can’t perform that action at this time.
0 commit comments