File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 6969 - name : Run basic tests
7070 run : npm test
7171
72- - name : Run family tests
73- run : npm run test-families
74-
75- - name : Run lazy initialization tests
76- run : npm run test-lazy
77-
7872 - name : Run comprehensive example
7973 run : npm run example-comprehensive
8074
Original file line number Diff line number Diff line change 5757 - name : Run tests
5858 run : |
5959 npm test
60- npm run test-families
61- npm run test-lazy
6260
6361 - name : Verify package can be packed
6462 run : npm pack --dry-run
@@ -111,8 +109,6 @@ jobs:
111109 - name : Run tests
112110 run : |
113111 npm test
114- npm run test-families
115- npm run test-lazy
116112
117113 - name : Publish prerelease to NPM with beta tag
118114 run : npm publish --tag beta --provenance --access public
Original file line number Diff line number Diff line change 6060 - name : Run tests
6161 run : |
6262 npm test
63- npm run test-families
64- npm run test-lazy
6563
6664 - name : Release
6765 uses : googleapis/release-please-action@v4
You can’t perform that action at this time.
0 commit comments