Skip to content

Commit a559dcf

Browse files
committed
added npm install to ghactions
1 parent 9b5821e commit a559dcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
# Runs a single command using the runners shell
29+
- name: Install dependencies
30+
run: npm install
2931
- name: Run all tests
3032
run: npm run test
3133

0 commit comments

Comments
 (0)