Run no-focus-convey-tests and no-only-tests as well

This commit is contained in:
Zoltán Bedi
2020-10-28 21:39:52 +01:00
parent e2dd64ceeb
commit 4f1c2e5329
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ steps:
- name: test-backend
image: grafana/build-container:1.2.28
commands:
- yarn grunt no-focus-convey-tests
- ./bin/grabpl test-backend
- ./bin/grabpl integration-tests
depends_on:
+1 -1
View File
@@ -41,7 +41,7 @@
"typecheck": "tsc --noEmit",
"plugins:build-bundled": "grafana-toolkit plugin:bundle-managed",
"watch": "yarn start -d watch,start core:start --watchTheme",
"ci:test-frontend": "yarn run prettier:check && yarn run packages:typecheck && yarn run typecheck && yarn run test:ci"
"ci:test-frontend": "yarn run prettier:check && yarn run packages:typecheck && yarn run typecheck && yarn grunt no-only-tests && yarn run test:ci"
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-3/",