Skip to content

Commit

Permalink
build: add GitHub actions config for unit tests
Browse files Browse the repository at this point in the history
* build: add GitHub actions config for unit tests

* chore: link root directory before linting

* chore: also need to npm i
  • Loading branch information
bcoe authored Feb 12, 2020
1 parent 4593e41 commit cf2a358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-recommender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test": "c8 mocha build/test"
"test": "c8 mocha build/test",
"prelint": "cd samples; npm link ../; npm i"
},
"dependencies": {
"google-gax": "^1.12.0"
Expand Down

0 comments on commit cf2a358

Please sign in to comment.