From 4944e5aed00a9bbb406be9f028dff871d3ed53a5 Mon Sep 17 00:00:00 2001 From: coderofstuff <114628839+coderofstuff@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:47:12 -0600 Subject: [PATCH] Rename unit test and add npm ci --- .github/workflows/run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6a4caae..9afd39a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: Run Unit Tests on: [push] @@ -11,4 +11,5 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v3 + - run: npm ci - run: npm test