Skip to content

Commit 0e533e5

Browse files
committed
ci: Fix install step for test workflow
1 parent b80c805 commit 0e533e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testAndSanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'npm'
3030

3131
- name: Install dev dependencies
32-
run: npm run install
32+
run: npm install
3333

3434
- name: Test Backend
3535
run: npm run test

0 commit comments

Comments
 (0)