mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CircleCI: Fix build (#27678)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
02ab019165
commit
04a09dc60a
@ -854,6 +854,7 @@ jobs:
|
|||||||
key: v2-yarn-{{ checksum "yarn.lock" }}
|
key: v2-yarn-{{ checksum "yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- install-grabpl
|
||||||
- run:
|
- run:
|
||||||
name: frontend tests
|
name: frontend tests
|
||||||
command: |
|
command: |
|
||||||
@ -891,6 +892,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: CI job started
|
name: CI job started
|
||||||
command: "./scripts/ci-job-started.sh"
|
command: "./scripts/ci-job-started.sh"
|
||||||
|
- install-grabpl
|
||||||
- run:
|
- run:
|
||||||
name: back-end tests
|
name: back-end tests
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user