diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-18 11:43:39 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-18 11:43:39 -0700 |
commit | b7dc3e38cb9a1f99508a786b58ae61ec035f317d (patch) | |
tree | cfaf7650693ddd107ce19ab54f82803fbfb6a827 | |
parent | 35b73db9d2e2e023951799dc51d8bf44e7b4391b (diff) |
Refine GitHub workflow
-rw-r--r-- | .github/workflows/ciChecks.yml (renamed from .github/workflows/node.js.yml) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/ciChecks.yml index ddef3aa..03a7f84 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/ciChecks.yml @@ -41,9 +41,6 @@ jobs: # Install deps - run: npm ci - # Test browser + # Test packages - run: npm run test:browser - - # Test server, typescript-types - - run: npm run test:server - - run: npm run test:types + - run: npm run build:server # dnt will test everything in Node too |