We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2244224 commit 650bb4cCopy full SHA for 650bb4c
Makefile
@@ -11,7 +11,7 @@ build:
11
12
test:
13
godep go test -v ./pkg/...
14
- npm run test
+ npm test
15
16
run:
17
./bin/grafana-server
circle.yml
@@ -25,12 +25,12 @@ test:
25
# Go test
26
- godep go test -v ./pkg/...
27
# js tests
28
- - ./node_modules/grunt-cli/bin/grunt test
+ - npm test
29
- npm run coveralls
30
31
deployment:
32
master:
33
branch: master
34
owner: grafana
35
- commands:
+ commands:
36
- ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
0 commit comments