mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
use npm test to run npm tests
This commit is contained in:
parent
2244224b12
commit
650bb4c719
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ build:
|
||||
|
||||
test:
|
||||
godep go test -v ./pkg/...
|
||||
npm run test
|
||||
npm test
|
||||
|
||||
run:
|
||||
./bin/grafana-server
|
||||
|
@ -25,12 +25,12 @@ test:
|
||||
# Go test
|
||||
- godep go test -v ./pkg/...
|
||||
# js tests
|
||||
- ./node_modules/grunt-cli/bin/grunt test
|
||||
- npm test
|
||||
- npm run coveralls
|
||||
|
||||
deployment:
|
||||
master:
|
||||
branch: master
|
||||
owner: grafana
|
||||
commands:
|
||||
commands:
|
||||
- ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
|
||||
|
Loading…
Reference in New Issue
Block a user