Run no-focus-convey-tests and no-only-tests as well
This commit is contained in:
@@ -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
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user