File tree 1 file changed +10
-0
lines changed
packages/google-cloud-oslogin
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ accept your pull requests.
34
34
1 . Ensure that your code adheres to the existing style in the code to which
35
35
you are contributing.
36
36
1 . Ensure that your code has an appropriate set of tests which all pass.
37
+ 1 . Title your pull request following [ Conventional Commits] ( https://www.conventionalcommits.org/ ) styling.
37
38
1 . Submit a pull request.
38
39
39
40
## Running the tests
@@ -46,8 +47,17 @@ accept your pull requests.
46
47
47
48
1 . Run the tests:
48
49
50
+ # Run unit tests.
49
51
npm test
50
52
53
+ # Run sample integration tests.
54
+ gcloud auth application-default login
55
+ npm run samples-test
56
+
57
+ # Run all system tests.
58
+ gcloud auth application-default login
59
+ npm run system-test
60
+
51
61
1 . Lint (and maybe fix) any changes:
52
62
53
63
npm run fix
You can’t perform that action at this time.
0 commit comments