File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
+ GOOGLE_APPLICATION_CREDENTIALS : build/test/fake-certificate.json
3
+
2
4
matrix :
3
5
- nodejs_version : 8
4
6
Original file line number Diff line number Diff line change 65
65
npm install
66
66
environment :
67
67
NPM_CONFIG_PREFIX : /home/node/.npm-global
68
- - run : npm run test-only
68
+ - run :
69
+ name : Run unit tests
70
+ command : npm run test-only
71
+ environment :
72
+ GOOGLE_APPLICATION_CREDENTIALS : build/test/fake-certificate.json
69
73
- run : npm run codecov
70
74
node8 :
71
75
docker :
Original file line number Diff line number Diff line change 41
41
"generate-scaffolding" : " repo-tools generate all" ,
42
42
"system-test" : " mocha build/system-test --timeout 600000" ,
43
43
"conformance" : " mocha build/conformance" ,
44
- "test-only" : " GOOGLE_APPLICATION_CREDENTIALS=build/test/fake-certificate.json nyc mocha build/test" ,
44
+ "test-only" : " nyc mocha build/test" ,
45
45
"test" : " npm run test-only" ,
46
46
"check" : " gts check" ,
47
47
"clean" : " gts clean" ,
You can’t perform that action at this time.
0 commit comments