Skip to content

Commit 4944e5a

Browse files
committed
Rename unit test and add npm ci
1 parent 30e9832 commit 4944e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: Run Unit Tests
22

33
on: [push]
44

@@ -11,4 +11,5 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Use Node.js
1313
uses: actions/setup-node@v3
14+
- run: npm ci
1415
- run: npm test

0 commit comments

Comments
 (0)