Skip to content

Commit 1ce3d29

Browse files
committed
update workflow
1 parent f4ef578 commit 1ce3d29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919

2020
- name: Install testing dependencies
2121
run: |
22-
npm install
23-
npm install jest -g
24-
npm install ts-jest -g
22+
yarn install
2523
2624
- name: Run unit tests
2725
run: npm test

0 commit comments

Comments
 (0)