Skip to content

Commit ef3a5ca

Browse files
committed
Add test run to CI and remove utils README
The CI workflow now includes a step to run tests with 'npm run test:run'. Also removed the empty README.md file from src/utils.
1 parent 56e579b commit ef3a5ca

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30+
- run: npm run test:run
3031
- run: npm run build --if-present

src/utils/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)