Skip to content

Commit 788de55

Browse files
committed
ci: remove old test scripts from workflows
1 parent 133147e commit 788de55

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
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

0 commit comments

Comments
 (0)