aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-13 19:54:00 +0530
committerRitesh Ghosh <[email protected]>2023-08-13 19:54:00 +0530
commit8360c88e45b4dc24f438c0dd0ab6580494648895 (patch)
tree60d5baf2ffb7b6b1cdead86829ca7d0259a5f27f /.github/workflows
parent539df96bda760c12d9e9a6157d779ada42fe7d6c (diff)
downloadaniwatch-api-8360c88e45b4dc24f438c0dd0ab6580494648895.tar.xz
aniwatch-api-8360c88e45b4dc24f438c0dd0ab6580494648895.zip
ci(tests): updated tests workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0493a3e..5d6a021 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
- name: Install dependencies
- run: npm ci
+ run: npm i
- name: Run all tests
run: npm test