Skip to content

Commit

Permalink
Rename unit test and add npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Oct 18, 2023
1 parent 30e9832 commit 4944e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Run Unit Tests

on: [push]

Expand All @@ -11,4 +11,5 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm test

0 comments on commit 4944e5a

Please sign in to comment.