mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated circle.yml added npm install and grunt test step
This commit is contained in:
parent
3f3b14130b
commit
028ae7053b
@ -5,7 +5,9 @@ machine:
|
||||
dependencies:
|
||||
override:
|
||||
- go get github.com/tools/godep
|
||||
- npm install
|
||||
|
||||
test:
|
||||
override:
|
||||
- godep test -v ./pkg/...
|
||||
- godep go test -v ./pkg/...
|
||||
- ./node_modules/grunt-cli/bin/grunt test
|
||||
|
Loading…
Reference in New Issue
Block a user