Skip to content

Commit 592dd77

Browse files
Benjamin E. Coecallmehiphop
authored andcommitted
chore: update CONTRIBUTING.md and make releaseType node (#250)
1 parent 1ccd9f2 commit 592dd77

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/google-cloud-automl/CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ accept your pull requests.
4747

4848
1. Run the tests:
4949

50-
# Run all tests.
50+
# Run unit tests.
5151
npm test
5252

53-
# Run all unit tests.
54-
npm run test-only
53+
# Run sample integration tests.
54+
gcloud auth application-default login
55+
npm run samples-test
5556

5657
# Run all system tests.
5758
gcloud auth application-default login

0 commit comments

Comments
 (0)