ci(tests): updated tests workflow

This commit is contained in:
Ritesh Ghosh
2023-08-13 19:54:00 +05:30
parent 539df96bda
commit 8360c88e45
+1 -1
View File
@@ -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